Ubuntu版本Linux简易安装教程

准备:VMware Workstation、Ubuntu映像文件

1.打开界面,创建新的虚拟机。

image-20230918201308166

2.典型

image-20230918204130872

3.选择安装程序光盘映像文件,目录选择iso所在目录,选择iso文件自动使用简易安装

image-20230918204312123

4.自己填写信息

image-20230918204738244

5.一直下一步到完成,等待加载结束(挺长时间先去干别的吧)

image-20230918204811937

image-20230918204831431

image-20230918204853011

6.安装成功

image-20230918211318075

7.配置中文环境

        右击->settings->Region&Language->中间的Manage Install Languages

image-20230918211915333

image-20230918212105889

        选择简体中文,Apply

image-20230918212135567

        重新载入界面,Language选择中文。

image-20230918212601896

        restart重启

image-20230918212750665

        建议保留旧名称

image-20230918212939693

8.换源

        右击打开终端,执行命令行:

   sudo sed -i 's/archive.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list

   sudo cp /etc/apt/sources.list /etc/apt/sources_copy.list(备份)

   sudo chmod 777 /etc/apt/source.list (修改文件权限)  

   sudo gedit /etc/apt/sources.list(打开文件)

image-20230918214343479

image-20230918214407753

        文件内容全部删除,替换为下面

deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse

        保存退出,执行:

sudo apt update

sudo apt-get update

sudo apt-get upgrade

        至此结束啦

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值