ubuntu命令行下载安装包安装连接失败解决(使用国内镜像)

  • Post author:
  • Post category:其他


https://www.zhihu.com/question/521502061

清华镜像:https://mirrors.tuna.tsinghua.edu.cn/

北外镜像:https://mirrors.bfsu.edu.cn/

阿里云镜像:https://developer.aliyun.com/mirror/ubuntu

阿里云示范修改:

在这里插入图片描述

1、将

/etc/apt

当中的访问权限为664的

sources.list

,通过命令

chmod 666 sources.list

修改

2、再通过

vim sources.list

打开文件

3、通过命令

:1,$s/cn.archive.ubuntu.com/mirrors.tuna.tsinghua.edu.cn/g


4、再修改一次

:1,$s/http:/https:/g


5、退出在将文件权限修改回来,最好是提前备份好list文件

6、在继续下载安装就没问题了