共计 667 个字符,预计需要花费 2 分钟才能阅读完成。
在 Ubuntu 系统中,软件源配置文件主要是 /etc/apt/sources.list
,你可以按照以下步骤来配置软件源:
- 打开终端,使用以下命令来编辑软件源配置文件:
sudo nano /etc/apt/sources.list
- 在打开的文件中,你可以看到类似以下的内容:
deb http://archive.ubuntu.com/ubuntu bionic main restricted
deb-src http://archive.ubuntu.com/ubuntu bionic main restricted
- 若想更换软件源,可以到 Ubuntu 官方网站查看可用的软件源,比如
http://mirrors.ubuntu.com/mirrors.txt
,在配置文件中加入相应的软件源。例如,将软件源更换为清华大学的软件源,你可以添加如下内容:
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse
deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse
-
保存更改并按下
Ctrl + X
,输入Y
确认保存,然后按下Enter
。 -
更新软件源列表,使更改生效:
sudo apt update
现在你已经成功配置了 Ubuntu 的软件源。如果你想要添加第三方软件源或 PPA 源,可以参考官方文档或相关网站上的说明。
丸趣 TV 网 – 提供最优质的资源集合!
正文完