数据人与超自然意识 发表于 2024-9-19 04:37:36

Ubuntu apt-get换源

一、参考资料

ubuntu16.04更换镜像源为阿里云镜像源
二、相关先容

1. apt常用指令

# 更新源
sudo apt-get update

# 更新仓库信息   
sudo apt-get upgrade

# 查看apt软件包可用版本
sudo apt-cache madison <软件包>
检察apt软件包可用版本

root@notebook-1823641624653922306-scnlbe5oi5-59405:~# sudo apt-cache madison curl
      curl | 7.68.0-1ubuntu2.23 | https://mirrors.tuna.tsinghua.edu.cn/ubuntu focal-updates/main amd64 Packages
      curl | 7.68.0-1ubuntu2.23 | http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
      curl | 7.68.0-1ubuntu2 | https://mirrors.tuna.tsinghua.edu.cn/ubuntu focal/main amd64 Packages
2. APT加速工具

轻量小巧的零配置 APT 加速工具:APT Proxy
GitHub项目所在:apt-proxy
三、换源关键步骤

可以选择阿里源、清华源、中科大源,换源步骤类似。
1. 更新阿里源

1.1 备份源配置文件

cd /etc/apt/
cp sources.list sources.list.old
1.2 查找镜像源信息

打开阿里云镜像站:OPSX阿里云开源镜像站,找到Ubuntu,点击右边的资助,检察对应版本的镜像源信息。
https://i-blog.csdnimg.cn/blog_migrate/00ec2eaccf6cd1faa636de075851897d.png
https://i-blog.csdnimg.cn/blog_migrate/4fc075712e6c8bed2aab0d0e199020c2.png
https://i-blog.csdnimg.cn/blog_migrate/ca5b6a371b4f996b8a97024f5beb00d0.png
1.3 修改 sources.list

修改 sources.list,更新镜像源,更新仓库信息。
# 修改sources.list配置文件
sudo gedit /etc/apt/sources.list

# 更新源
sudo apt-get update

# 更新仓库信息   
sudo apt-get upgrade
2. 更新清华源

清华源
在 Ubuntu 24.04 之前,Ubuntu 的软件源配置文件利用传统的 One-Line-Style,路径为 /etc/apt/sources.list;从 Ubuntu 24.04 开始,Ubuntu 的软件源配置文件变更为 DEB822 格式,路径为 /etc/apt/sources.list.d/ubuntu.sources。
需要注意的是:换源之前,请检察OS信息,建议【启用源码源】。
root@notebook-1823641624653922306-scnlbe5oi5-59405:~# cat /etc/*release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.6 LTS"
NAME="Ubuntu"
VERSION="20.04.6 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.6 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
https://i-blog.csdnimg.cn/direct/a36510f631344daab3a5676e9143631f.jpeg#pic_center
https://i-blog.csdnimg.cn/direct/8d684f5ef2a24e9d99ace1680192d66b.jpeg#pic_center
四、FAQ

Q:ubuntu16.0.4bug无法解析域名

错误:1 http://mirrors.aliyun.com/ubuntu xenial InRelease                     
暂时不能解析域名“mirrors.aliyun.com”
错误:2 http://ppa.launchpad.net/fcitx-team/nightly/ubuntu xenial InRelease   
暂时不能解析域名“ppa.launchpad.net”
错误:3 http://dl.google.com/linux/chrome/deb stable InRelease                  
暂时不能解析域名“dl.google.com”
错误:4 http://archive.ubuntukylin.com:10006/ubuntukylin xenial InRelease      
暂时不能解析域名“archive.ubuntukylin.com”
错误:5 http://packages.microsoft.com/repos/vscode stable InRelease            
暂时不能解析域名“packages.microsoft.com”
错误:6 http://archive.ubuntu.com/ubuntu wily InRelease                        
暂时不能解析域名“archive.ubuntu.com”
错误:7 http://mirrors.aliyun.com/ubuntu xenial-updates InRelease               
暂时不能解析域名“mirrors.aliyun.com”
错误:8 http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu xenial InRelease
暂时不能解析域名“ppa.launchpad.net”
0% [正在连接 mirrors.aliyun.com] [正在连接 ppa.launchpad.net]^C
参考博客: ubuntu16.0.4bug无法解析域名,注意检察网络是否连接。
Q:无法对目次 /var/lib/apt/lists/ 加锁

正在读取软件包列表... 完成
E: 无法获得锁 /var/lib/apt/lists/lock - open (11: 资源暂时不可用)
E: 无法对目录 /var/lib/apt/lists/ 加锁
# 错误原因
在更新源时中途中断了更新,系统给更新进程加锁,所以只要再安装软件或者再去更新的时候就会出来的错误提示。

# 解决方法
sudo rm /var/lib/apt/lists/lock
或者
ps -e | grep apt-get # 查看apt-get进程
sudo kill -9 端口号 # 杀死进程
Q:无法获得锁 /var/lib/dpkg/lock-frontend - open (11: 资源暂时不可用)

yoyo@yoyo:~$ sudo apt-get install wine
E: 无法获得锁 /var/lib/dpkg/lock-frontend - open (11: 资源暂时不可用)
E: 无法获取 dpkg 前端锁 (/var/lib/dpkg/lock-frontend),是否有其他进程正占用它?
Q:换源警告

已下载 2,965 B,耗时 13分 18秒 (3 B/s)
正在读取软件包列表... 完成
W: 仓库 “http://ppa.launchpad.net/kazam-team/stable-series/ubuntu xenial Release” 没有 Release 文件。
N: 无法认证来自该源的数据,所以使用它会带来潜在风险。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。
W: 仓库 “https://mirrors.tuna.tsinghua.edu.cn/ubuntu xenial Release” 没有 Release 文件。
N: 无法认证来自该源的数据,所以使用它会带来潜在风险。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。
W: 仓库 “https://mirrors.tuna.tsinghua.edu.cn/ubuntu xenial-updates Release” 没有 Release 文件。
N: 无法认证来自该源的数据,所以使用它会带来潜在风险。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。
W: 仓库 “https://mirrors.tuna.tsinghua.edu.cn/ubuntu xenial-backports Release” 没有 Release 文件。
N: 无法认证来自该源的数据,所以使用它会带来潜在风险。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。
W: 仓库 “https://mirrors.tuna.tsinghua.edu.cn/ubuntu xenial-security Release” 没有 Release 文件。
N: 无法认证来自该源的数据,所以使用它会带来潜在风险。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。
# 错误原因:
具体原因尚不清楚,博主推测是清华源内部的原因。

# 解决办法:
换成阿里源,成功解决。
Q:dpkg: error processing package xxx (--configure) subprocess installed post-installation script returned error exit status 127

dpkg: error processing package *** (–configure)错误解决办法
在 Ubuntu 实行 sudo apt-get upgrade 或 sudo apt-get install 时,出现如上错误。这重要是由于不完全安装导致的。解决方式是删除或编辑安装信息文件。
方法一(粗暴方法)

删除所有信息,重新update。
sudo mv /var/lib/dpkg/info/ /var/lib/dpkg/info_old/
sudo mkdir /var/lib/dpkg/info/
sudo apt-get update

# 安装修复
sudo apt-get install -f
方法二(精细方法)

检察堕落信息,定向删除或编辑。
堕落信息 subprocess installed post-installation script returned error exit status 127 中,可以看到这里的提示post-installation的题目。
# 编辑该文件,具体在 `/var/lib/dpkg/info/.postinst`

# 或者删除问题文件。例如:
sudo rm /var/lib/dpkg/info/.postinst
# 更狠一点
sudo mv /var/lib/dpkg/info /var/lib/dpkg/info.bak

sudo dpkg --configure -a
sudo apt-get update
Q:W: Failed to fetch xxx Could not handshake: A TLS fatal alert has been received.

W: Failed to fetch https://apt.repos.intel.com/mkl/dists/all/InReleaseCould not handshake: A TLS fatal alert has been received.
W: Some index files failed to download. They have been ignored, or old ones used instead.
# 错误原因:
外国源,无法访问

# 解决办法:
删除外国源,重新update
sudo mv /var/lib/apt/lists /var/lib/apt/lists.bak
sudo apt-get update
Q:Certificate verification failed: The certificate is NOT trusted.

更换 Ubuntu 体系 apt 下令安装软件源
Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown.Could not handshake: Error in the certificate verification.
# 解决办法:
1. 编辑 /etc/apt/sources.list 文件,将 https 源修改为 http 源
https 是加密传输,需要证书认证。去掉 s,将 https 源修改为 http 源。


2. 更新证书 ca-certificates

sudo apt install ca-certificates
sudo apt-get install --reinstall ca-certificates
sudo apt install apt-transport-https ca-certificates

sudo apt-get update

3. 编辑 /etc/apt/sources.list 文件,将 http 源修改回 https 源

免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
页: [1]
查看完整版本: Ubuntu apt-get换源