Ubuntu 换源
Posted 山川绿水
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu 换源相关的知识,希望对你有一定的参考价值。
Ubuntu 换源
一、运行环境
VMware WorkStation 15.5 Pro
Ubuntu-20.04-desktop-amd64
二、实操应用
1.备份原始文件
sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup
2.修改配置文件
vim /etc/apt/sources.list
如果是报以下错,说明你没有安装vim
3.先下载好vim编译器,如果你已经安装好vim,可以跳过这一步
apt-get install vim
4.安装好vim以后,修改里面的内容
vim /etc/apt/sources.list
使用#注释掉前面所有的内容,在后面加上
deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse
deb-src 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-backports main restricted universe multiverse
5.更新源
sudo apt-get update
6.更新软件
sudo apt-get upgrade
以上是关于Ubuntu 换源的主要内容,如果未能解决你的问题,请参考以下文章
python 一个终端代码片段,在mac上生成可启动的usb live CD,以运行类似ubuntu或debian的内容。
如何用python写一个Ubuntu的换源程序(用到os.system)
续:纠正:ubuntu7.04可以安装,而且完美的安装 ! for《Oracle-10.2.0.1,打补丁10.2.0.5:在 debian 版本4不含4以上,及 ubuntu 7.04不含(代码片段
片段(Java) | 机试题+算法思路+考点+代码解析 2023
ubuntu16.04 yum报错:There are no enabled repos. Run “yum repolist all“ to see the repos you have.(代码片段