修改为阿里巴巴的国内源,解决apt update慢的问题
修改一下文件
/etc/apt/sources.list
ubuntu 20.04(focal) 配置如下
deb https://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
deb-src https://mirrors.aliyun.com/ubun
本文介绍了如何将Ubuntu的软件源替换为阿里巴巴开源镜像站,以提高apt update的速度。通过修改/etc/apt/sources.list文件,将内容替换为阿里云提供的Ubuntu镜像地址,包括focal/main, focal-security, focal-updates和focal-backports等仓库,从而实现快速下载和更新Ubuntu软件。
修改为阿里巴巴的国内源,解决apt update慢的问题
修改一下文件
/etc/apt/sources.list
deb https://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
deb-src https://mirrors.aliyun.com/ubun
2868
2103
3162
8295

被折叠的 条评论
为什么被折叠?