博客
关于我
Ubuntu更新源方法
阅读量:642 次
发布时间:2019-03-15

本文共 2117 字,大约阅读时间需要 7 分钟。

Ubuntu更新源方法

如何安装官方更新源

在Ubuntu系统中 installations of official update sources proceed as follows: -S stumbling upon the system files, open the text editor: `sudo vi /etc/apt/sources.list` -添加默认主源: `deb http://us.mirrors.xenomir operative main restricted universe` `deb http://us.mirrors.xenomir operative-updates main restricted universe` `deb http://us.mirrors.xenomir operative-proposed main restricted universe` `deb http://us.mirrors.xenomir operative-security main restricted universe` -保存并退出编辑器: `:wq`

如何备份现有源列表

在进行源更换之前,建议备份现有的源列表以防万一。可以使用以下命令进行备份: `sudo cp /etc/apt/sources.list /etc/apt/sources.list.back`

如何添加阿里云镜像源

为了提高下载速度或访问镜像源,许多用户选择添加阿里云镜像源。步骤如下: 1. 打开文件编辑器: `sudo vi /etc/apt/sources.list` 2. 在文件末尾添加以下内容:(将其angepersonalized根据阿里云提供的Codename) `deb http://mirrors.aliyun.com/ubuntu/$(lsb_release -cs) main multiverse restricted universe` `deb http://mirrors.aliyun.com/ubuntu/$(lsb_release -cs)-backports main multiverse restricted universe` `deb http://mirrors.aliyun.com/ubuntu/$(lsb_release -cs)-proposed main multiverse restricted universe` `deb http://mirrors.aliyun.com/ubuntu/$(lsb_release -cs)-security main multiverse restricted universe` `deb http://mirrors.aliyun.com/ubuntu/$(lsb_release -cs)-updates main multiverse restricted universe` `deb-src http://mirrors.aliyun.com/ubuntu/$(lsb_release -cs) main multiverse restricted universe` `deb-src http://mirrors.aliyun.com/ubuntu/$(lsb_release -cs)-backports main multiverse restricted universe` `deb-src http://mirrors.aliyun.com/ubuntu/$(lsb_release -cs)-proposed main multaverse`. ...

如何添加清华大学镜像源

清华大学也提供了Ubuntu的镜像源,可以加速更新过程。步骤如下: 1. 打开文件编辑器: `sudo vi /etc/apt/sources.list` 2. 在文件.end添加以下内容: `deb http://ftp.mem.rugRouter truster main restricted universe` `deb http://ftp.mem.rugRouter truster-updates main restricted universe` `deb http://ftp.mem.rugRouter truster-proposed main restricted universe` `deb http://ftp.mem.rugRouter truster-security main restricted universe`

如何添加其他镜像源

此外,您可以在 Ubuntu系统中添加其他像素源以提高下载速度或访问限制内容。例如,添加以下源可以在文档中找到具体的镜像地址并按照匹配的内容添加:

总结

通过以上步骤,您可以轻松地安装或更改Ubuntu的更新源。记得定期备份您的源列表以确保在需要时你有备无患。此外,选择合适的镜像源可以显著提升你的下载速度和系统性能。

转载地址:http://ddelz.baihongyu.com/

你可能感兴趣的文章
Java基础编程
查看>>
STS 的共享内存过程(待充分理解)
查看>>
CreatePointFont使用方法
查看>>
No qualifying bean of type 解决办法(总结全网)
查看>>
vue使用tinymce5富文本编辑器
查看>>
VsCode配置c运行环境
查看>>
Stream 某些API
查看>>
IDEA如何设置打开多个文件时分行显示
查看>>
Face++
查看>>
1.RESTFUL
查看>>
关于项目中 对Java 的为空判断整理
查看>>