侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

修改LinuxMint18安装软件源

2023-12-07 星期四 / 0 评论 / 0 点赞 / 108 阅读 / 802 字

1.点击Menu->Software Manager->Edit->Software Sources 2.将Official repositories的Mirrors中Main和Base源修改为国内的

1.点击Menu->Software Manager->Edit->Software Sources

2.将Official repositories的Mirrors中Main和Base源修改为国内的,然后点击应用,我这里改成了ustc的镜像源。

3.cd /etc/apt/sources.list.d/,打开official-lackage-repositories.list文件,可以看到security源它并没有修改,把那一行改成

deb http://mirrors.ustc.edu.cn/ubuntu/ xenial-security main restricted universe multiverse

修改以后是这样:

然后保存

4.运行apt update -y和apt upgrade -y

广告 广告

评论区