玩转linux之换源(Ubuntu20.04)
2021/9/27 7:12:25
本文主要是介绍玩转linux之换源(Ubuntu20.04),对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
为了更流畅的使用Ubuntu,我们经常会做的一件事就是更换软件源:
注意事项:
1、不要随意更换,要更换相匹配的软件源,不然可能会造成系统错乱等问题
好了,让我们继续;
1、找到软件源,这里我们使用阿里源:(当然也可以用其他的源:华为,网易等)
https://developer.aliyun.com/mirror/
找到自己的系统,我的是Ubuntu20.04,点击Ubuntu,找到对应的版本:复制内容
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
打开 sudo gedit /etc/apt/source.list
将里面的软件源删掉替换成复制内容;
然后:
sudo apt update
sudo apt upgrade
好的换源就完成了。
这篇关于玩转linux之换源(Ubuntu20.04)的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-12-18git仓库有更新,jenkins 自动触发拉代码怎么配置的?-icode9专业技术文章分享
- 2024-12-18Jenkins webhook 方式怎么配置指定的分支?-icode9专业技术文章分享
- 2024-12-13Linux C++项目实战入门教程
- 2024-12-13Linux C++编程项目实战入门教程
- 2024-12-11Linux部署Scrapy教程:新手入门指南
- 2024-12-11怎么将在本地创建的 Maven 仓库迁移到 Linux 服务器上?-icode9专业技术文章分享
- 2024-12-10Linux常用命令
- 2024-12-06谁看谁服! Linux 创始人对于进程和线程的理解是…
- 2024-12-04操作系统教程:新手入门及初级技巧详解
- 2024-12-04操作系统入门:新手必学指南