[Ubuntu系统] Ubuntu 24.04、23.04、22.04、20.04、18.04国内源--阿里云、中科大、163、

1273 0
Honkers 2025-3-5 21:42:05 | 显示全部楼层 |阅读模式

配置文件说明

  1. Ubuntu配置文件位置:/etc/apt/sources.list
  2. 需要用root权限:
  1. $ sudo vi /etc/apt/sources.list
复制代码
  1. 用vi、gedit、vs code等任何熟悉的编辑工具打开文件进行修改
  2. 2种修改方式
    1)把原文件中:archive.ubuntu.com,替换为:archive.aliyun.com(或其他更新源网址)
    2)直接复制下方的内容,覆盖原文件中的内容即可。
  3. 修改完成后,更新本地安装包数据库
    执行完这个操作后,可以用apt命令进行升级已有软件或者安装新的软件包。
  1. $ sudo apt update
复制代码
  1. 请选择和系统对应的版本
    查看系统版本命令:

    lsb_release -a

    1. Distributor ID: Ubuntu
    2. Description: Ubuntu 22.04 LTS
    3. Release: 22.04
    4. Codename: jammy
    复制代码
  2. 国内的更新源有多个,几个大互联网公司的源都比较稳定,没什么差别。
  3. 这里整理的比较主流的、常用的几个LTS版本的更新源。

sources.list内容

1. Ubuntu 24.04 (noble)更新源

  1. # aliyun
  2. deb http://mirrors.aliyun.com/ubuntu/ noble main restricted universe multiverse
  3. deb-src http://mirrors.aliyun.com/ubuntu/ noble main restricted universe multiverse
  4. deb http://mirrors.aliyun.com/ubuntu/ noble-security main restricted universe multiverse
  5. deb-src http://mirrors.aliyun.com/ubuntu/ noble-security main restricted universe multiverse
  6. deb http://mirrors.aliyun.com/ubuntu/ noble-updates main restricted universe multiverse
  7. deb-src http://mirrors.aliyun.com/ubuntu/ noble-updates main restricted universe multiverse
  8. deb http://mirrors.aliyun.com/ubuntu/ noble-proposed main restricted universe multiverse
  9. deb-src http://mirrors.aliyun.com/ubuntu/ noble-proposed main restricted universe multiverse
  10. deb http://mirrors.aliyun.com/ubuntu/ noble-backports main restricted universe multiverse
  11. deb-src http://mirrors.aliyun.com/ubuntu/ noble-backports main restricted universe multiverse
复制代码
  1. # tsinghua
  2. deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble main restricted universe multiverse
  3. deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble main restricted universe multiverse
  4. deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-updates main restricted universe multiverse
  5. deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-updates main restricted universe multiverse
  6. deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-backports main restricted universe multiverse
  7. deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-backports main restricted universe multiverse
  8. deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-security main restricted universe multiverse
  9. deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-security main restricted universe multiverse
  10. deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-proposed main restricted universe multiverse
  11. deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-proposed main restricted universe multiverse
复制代码
  1. # 中科大
  2. deb https://mirrors.ustc.edu.cn/ubuntu/ noble main restricted universe multiverse
  3. deb-src https://mirrors.ustc.edu.cn/ubuntu/ noble main restricted universe multiverse
  4. deb https://mirrors.ustc.edu.cn/ubuntu/ noble-updates main restricted universe multiverse
  5. deb-src https://mirrors.ustc.edu.cn/ubuntu/ noble-updates main restricted universe multiverse
  6. deb https://mirrors.ustc.edu.cn/ubuntu/ noble-backports main restricted universe multiverse
  7. deb-src https://mirrors.ustc.edu.cn/ubuntu/ noble-backports main restricted universe multiverse
  8. deb https://mirrors.ustc.edu.cn/ubuntu/ noble-security main restricted universe multiverse
  9. deb-src https://mirrors.ustc.edu.cn/ubuntu/ noble-security main restricted universe multiverse
  10. deb https://mirrors.ustc.edu.cn/ubuntu/ noble-proposed main restricted universe multiverse
  11. deb-src https://mirrors.ustc.edu.cn/ubuntu/ noble-proposed main restricted universe multiverse
复制代码
  1. # 163
  2. deb http://mirrors.163.com/ubuntu/ noble main restricted universe multiverse
  3. deb http://mirrors.163.com/ubuntu/ noble-security main restricted universe multiverse
  4. deb http://mirrors.163.com/ubuntu/ noble-updates main restricted universe multiverse
  5. deb http://mirrors.163.com/ubuntu/ noble-proposed main restricted universe multiverse
  6. deb http://mirrors.163.com/ubuntu/ noble-backports main restricted universe multiverse
  7. deb-src http://mirrors.163.com/ubuntu/ noble main restricted universe multiverse
  8. deb-src http://mirrors.163.com/ubuntu/ noble-security main restricted universe multiverse
  9. deb-src http://mirrors.163.com/ubuntu/ noble-updates main restricted universe multiverse
  10. deb-src http://mirrors.163.com/ubuntu/ noble-proposed main restricted universe multiverse
  11. deb-src http://mirrors.163.com/ubuntu/ noble-backports main restricted universe multiverse
复制代码

2. Ubuntu 23.04 (lunar)更新源

  1. # aliyun
  2. deb http://mirrors.aliyun.com/ubuntu/ lunar main restricted universe multiverse
  3. deb-src http://mirrors.aliyun.com/ubuntu/ lunar main restricted universe multiverse
  4. deb http://mirrors.aliyun.com/ubuntu/ lunar-security main restricted universe multiverse
  5. deb-src http://mirrors.aliyun.com/ubuntu/ lunar-security main restricted universe multiverse
  6. deb http://mirrors.aliyun.com/ubuntu/ lunar-updates main restricted universe multiverse
  7. deb-src http://mirrors.aliyun.com/ubuntu/ lunar-updates main restricted universe multiverse
  8. deb http://mirrors.aliyun.com/ubuntu/ lunar-proposed main restricted universe multiverse
  9. deb-src http://mirrors.aliyun.com/ubuntu/ lunar-proposed main restricted universe multiverse
  10. deb http://mirrors.aliyun.com/ubuntu/ lunar-backports main restricted universe multiverse
  11. deb-src http://mirrors.aliyun.com/ubuntu/ lunar-backports main restricted universe multiverse
复制代码
  1. # tsinghua
  2. deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ lunar main restricted universe multiverse
  3. deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ lunar main restricted universe multiverse
  4. deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ lunar-updates main restricted universe multiverse
  5. deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ lunar-updates main restricted universe multiverse
  6. deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ lunar-backports main restricted universe multiverse
  7. deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ lunar-backports main restricted universe multiverse
  8. deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ lunar-security main restricted universe multiverse
  9. deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ lunar-security main restricted universe multiverse
  10. deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ lunar-proposed main restricted universe multiverse
  11. deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ lunar-proposed main restricted universe multiverse
复制代码
  1. # 中科大
  2. deb https://mirrors.ustc.edu.cn/ubuntu/ lunar main restricted universe multiverse
  3. deb-src https://mirrors.ustc.edu.cn/ubuntu/ lunar main restricted universe multiverse
  4. deb https://mirrors.ustc.edu.cn/ubuntu/ lunar-updates main restricted universe multiverse
  5. deb-src https://mirrors.ustc.edu.cn/ubuntu/ lunar-updates main restricted universe multiverse
  6. deb https://mirrors.ustc.edu.cn/ubuntu/ lunar-backports main restricted universe multiverse
  7. deb-src https://mirrors.ustc.edu.cn/ubuntu/ lunar-backports main restricted universe multiverse
  8. deb https://mirrors.ustc.edu.cn/ubuntu/ lunar-security main restricted universe multiverse
  9. deb-src https://mirrors.ustc.edu.cn/ubuntu/ lunar-security main restricted universe multiverse
  10. deb https://mirrors.ustc.edu.cn/ubuntu/ lunar-proposed main restricted universe multiverse
  11. deb-src https://mirrors.ustc.edu.cn/ubuntu/ lunar-proposed main restricted universe multiverse
复制代码
  1. # 163
  2. deb http://mirrors.163.com/ubuntu/ lunar main restricted universe multiverse
  3. deb http://mirrors.163.com/ubuntu/ lunar-security main restricted universe multiverse
  4. deb http://mirrors.163.com/ubuntu/ lunar-updates main restricted universe multiverse
  5. deb http://mirrors.163.com/ubuntu/ lunar-proposed main restricted universe multiverse
  6. deb http://mirrors.163.com/ubuntu/ lunar-backports main restricted universe multiverse
  7. deb-src http://mirrors.163.com/ubuntu/ lunar main restricted universe multiverse
  8. deb-src http://mirrors.163.com/ubuntu/ lunar-security main restricted universe multiverse
  9. deb-src http://mirrors.163.com/ubuntu/ lunar-updates main restricted universe multiverse
  10. deb-src http://mirrors.163.com/ubuntu/ lunar-proposed main restricted universe multiverse
  11. deb-src http://mirrors.163.com/ubuntu/ lunar-backports main restricted universe multiverse
复制代码

3. Ubuntu 22.04 (jammy)更新源

  1. # aliyun
  2. deb http://mirrors.aliyun.com/ubuntu/ jammy main restricted universe multiverse
  3. deb-src http://mirrors.aliyun.com/ubuntu/ jammy main restricted universe multiverse
  4. deb http://mirrors.aliyun.com/ubuntu/ jammy-security main restricted universe multiverse
  5. deb-src http://mirrors.aliyun.com/ubuntu/ jammy-security main restricted universe multiverse
  6. deb http://mirrors.aliyun.com/ubuntu/ jammy-updates main restricted universe multiverse
  7. deb-src http://mirrors.aliyun.com/ubuntu/ jammy-updates main restricted universe multiverse
  8. deb http://mirrors.aliyun.com/ubuntu/ jammy-proposed main restricted universe multiverse
  9. deb-src http://mirrors.aliyun.com/ubuntu/ jammy-proposed main restricted universe multiverse
  10. deb http://mirrors.aliyun.com/ubuntu/ jammy-backports main restricted universe multiverse
  11. deb-src http://mirrors.aliyun.com/ubuntu/ jammy-backports main restricted universe multiverse
复制代码
  1. # tsinghua
  2. deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe multiverse
  3. deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe multiverse
  4. deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse
  5. deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse
  6. deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-backports main restricted universe multiverse
  7. deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-backports main restricted universe multiverse
  8. deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-security main restricted universe multiverse
  9. deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-security main restricted universe multiverse
  10. deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-proposed main restricted universe multiverse
  11. deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-proposed main restricted universe multiverse
复制代码
  1. # 中科大
  2. deb https://mirrors.ustc.edu.cn/ubuntu/ jammy main restricted universe multiverse
  3. deb-src https://mirrors.ustc.edu.cn/ubuntu/ jammy main restricted universe multiverse
  4. deb https://mirrors.ustc.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse
  5. deb-src https://mirrors.ustc.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse
  6. deb https://mirrors.ustc.edu.cn/ubuntu/ jammy-backports main restricted universe multiverse
  7. deb-src https://mirrors.ustc.edu.cn/ubuntu/ jammy-backports main restricted universe multiverse
  8. deb https://mirrors.ustc.edu.cn/ubuntu/ jammy-security main restricted universe multiverse
  9. deb-src https://mirrors.ustc.edu.cn/ubuntu/ jammy-security main restricted universe multiverse
  10. deb https://mirrors.ustc.edu.cn/ubuntu/ jammy-proposed main restricted universe multiverse
  11. deb-src https://mirrors.ustc.edu.cn/ubuntu/ jammy-proposed main restricted universe multiverse
复制代码
  1. # 163
  2. deb http://mirrors.163.com/ubuntu/ jammy main restricted universe multiverse
  3. deb http://mirrors.163.com/ubuntu/ jammy-security main restricted universe multiverse
  4. deb http://mirrors.163.com/ubuntu/ jammy-updates main restricted universe multiverse
  5. deb http://mirrors.163.com/ubuntu/ jammy-proposed main restricted universe multiverse
  6. deb http://mirrors.163.com/ubuntu/ jammy-backports main restricted universe multiverse
  7. deb-src http://mirrors.163.com/ubuntu/ jammy main restricted universe multiverse
  8. deb-src http://mirrors.163.com/ubuntu/ jammy-security main restricted universe multiverse
  9. deb-src http://mirrors.163.com/ubuntu/ jammy-updates main restricted universe multiverse
  10. deb-src http://mirrors.163.com/ubuntu/ jammy-proposed main restricted universe multiverse
  11. deb-src http://mirrors.163.com/ubuntu/ jammy-backports main restricted universe multiverse
复制代码

4. ubuntu 20.04(focal) 更新源

  1. # aliyun
  2. deb https://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
  3. deb-src https://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
  4. deb https://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
  5. deb-src https://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
  6. deb https://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
  7. deb-src https://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
  8. deb https://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse
  9. deb-src https://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse
  10. deb https://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse
  11. deb-src https://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse
复制代码
  1. # 中科大
  2. deb https://mirrors.ustc.edu.cn/ubuntu/ focal main restricted universe multiverse
  3. deb https://mirrors.ustc.edu.cn/ubuntu/ focal-updates main restricted universe multiverse
  4. deb https://mirrors.ustc.edu.cn/ubuntu/ focal-backports main restricted universe multiverse
  5. deb https://mirrors.ustc.edu.cn/ubuntu/ focal-security main restricted universe multiverse
  6. deb-src https://mirrors.ustc.edu.cn/ubuntu/ focal main restricted universe multiverse
  7. deb-src https://mirrors.ustc.edu.cn/ubuntu/ focal-updates main restricted universe multiverse
  8. deb-src https://mirrors.ustc.edu.cn/ubuntu/ focal-backports main restricted universe multiverse
  9. deb-src https://mirrors.ustc.edu.cn/ubuntu/ focal-security main restricted universe multiverse
  10. deb https://mirrors.ustc.edu.cn/ubuntu/ focal-proposed main restricted universe multiverse
  11. deb-src https://mirrors.ustc.edu.cn/ubuntu/ focal-proposed main restricted universe multiverse
复制代码
  1. # tsinghua
  2. deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe multiverse
  3. deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe multiverse
  4. deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse
  5. deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse
  6. deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-backports main restricted universe multiverse
  7. deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-backports main restricted universe multiverse
  8. deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-security main restricted universe multiverse
  9. deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-security main restricted universe multiverse
  10. deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-proposed main restricted universe multiverse
  11. deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-proposed main restricted universe multiverse
复制代码
  1. # 163, netease
  2. deb http://mirrors.163.com/ubuntu/ focal main restricted universe multiverse
  3. deb http://mirrors.163.com/ubuntu/ focal-security main restricted universe multiverse
  4. deb http://mirrors.163.com/ubuntu/ focal-updates main restricted universe multiverse
  5. deb http://mirrors.163.com/ubuntu/ focal-backports main restricted universe multiverse
  6. deb-src http://mirrors.163.com/ubuntu/ focal main restricted universe multiverse
  7. deb-src http://mirrors.163.com/ubuntu/ focal-security main restricted universe multiverse
  8. deb-src http://mirrors.163.com/ubuntu/ focal-updates main restricted universe multiverse
  9. deb-src http://mirrors.163.com/ubuntu/ focal-backports main restricted universe multiverse
  10. deb http://mirrors.163.com/ubuntu/ focal-proposed main restricted universe multiverse
  11. deb-src http://mirrors.163.com/ubuntu/ focal-proposed main restricted universe multiverse
复制代码
  1. # Ubuntu 20.04自带sources.list
  2. # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
  3. # newer versions of the distribution.
  4. deb http://archive.ubuntu.com/ubuntu/ focal main restricted
  5. # deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted
  6. ## Major bug fix updates produced after the final release of the
  7. ## distribution.
  8. deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted
  9. # deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted
  10. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
  11. ## team. Also, please note that software in universe WILL NOT receive any
  12. ## review or updates from the Ubuntu security team.
  13. deb http://archive.ubuntu.com/ubuntu/ focal universe
  14. # deb-src http://archive.ubuntu.com/ubuntu/ focal universe
  15. deb http://archive.ubuntu.com/ubuntu/ focal-updates universe
  16. # deb-src http://archive.ubuntu.com/ubuntu/ focal-updates universe
  17. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
  18. ## team, and may not be under a free licence. Please satisfy yourself as to
  19. ## your rights to use the software. Also, please note that software in
  20. ## multiverse WILL NOT receive any review or updates from the Ubuntu
  21. ## security team.
  22. deb http://archive.ubuntu.com/ubuntu/ focal multiverse
  23. # deb-src http://archive.ubuntu.com/ubuntu/ focal multiverse
  24. deb http://archive.ubuntu.com/ubuntu/ focal-updates multiverse
  25. # deb-src http://archive.ubuntu.com/ubuntu/ focal-updates multiverse
  26. ## N.B. software from this repository may not have been tested as
  27. ## extensively as that contained in the main release, although it includes
  28. ## newer versions of some applications which may provide useful features.
  29. ## Also, please note that software in backports WILL NOT receive any review
  30. ## or updates from the Ubuntu security team.
  31. deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
  32. # deb-src http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
  33. ## Uncomment the following two lines to add software from Canonical's
  34. ## 'partner' repository.
  35. ## This software is not part of Ubuntu, but is offered by Canonical and the
  36. ## respective vendors as a service to Ubuntu users.
  37. # deb http://archive.canonical.com/ubuntu focal partner
  38. # deb-src http://archive.canonical.com/ubuntu focal partner
  39. deb http://security.ubuntu.com/ubuntu/ focal-security main restricted
  40. # deb-src http://security.ubuntu.com/ubuntu/ focal-security main restricted
  41. deb http://security.ubuntu.com/ubuntu/ focal-security universe
  42. # deb-src http://security.ubuntu.com/ubuntu/ focal-security universe
  43. deb http://security.ubuntu.com/ubuntu/ focal-security multiverse
  44. # deb-src http://security.ubuntu.com/ubuntu/ focal-security multiverse
复制代码

5. ubuntu 18.04(bionic) 更新源

  1. # aliyun
  2. deb https://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
  3. deb-src https://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
  4. deb https://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
  5. deb-src https://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
  6. deb https://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
  7. deb-src https://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
  8. deb https://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
  9. deb-src https://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
  10. deb https://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
  11. deb-src https://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
复制代码
  1. # 中科大
  2. deb https://mirrors.ustc.edu.cn/ubuntu/ bionic main restricted universe multiverse
  3. deb-src https://mirrors.ustc.edu.cn/ubuntu/ bionic main restricted universe multiverse
  4. deb https://mirrors.ustc.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse
  5. deb-src https://mirrors.ustc.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse
  6. deb https://mirrors.ustc.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse
  7. deb-src https://mirrors.ustc.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse
  8. deb https://mirrors.ustc.edu.cn/ubuntu/ bionic-security main restricted universe multiverse
  9. deb-src https://mirrors.ustc.edu.cn/ubuntu/ bionic-security main restricted universe multiverse
  10. deb https://mirrors.ustc.edu.cn/ubuntu/ bionic-proposed main restricted universe multiverse
  11. deb-src https://mirrors.ustc.edu.cn/ubuntu/ bionic-proposed main restricted universe multiverse
复制代码
  1. # 163
  2. deb http://mirrors.163.com/ubuntu/ bionic main restricted universe multiverse
  3. deb http://mirrors.163.com/ubuntu/ bionic-security main restricted universe multiverse
  4. deb http://mirrors.163.com/ubuntu/ bionic-updates main restricted universe multiverse
  5. deb http://mirrors.163.com/ubuntu/ bionic-proposed main restricted universe multiverse
  6. deb http://mirrors.163.com/ubuntu/ bionic-backports main restricted universe multiverse
  7. deb-src http://mirrors.163.com/ubuntu/ bionic main restricted universe multiverse
  8. deb-src http://mirrors.163.com/ubuntu/ bionic-security main restricted universe multiverse
  9. deb-src http://mirrors.163.com/ubuntu/ bionic-updates main restricted universe multiverse
  10. deb-src http://mirrors.163.com/ubuntu/ bionic-proposed main restricted universe multiverse
  11. deb-src http://mirrors.163.com/ubuntu/ bionic-backports main restricted universe multiverse
复制代码
  1. # tsinghua university
  2. deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse
  3. deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse
  4. deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse
  5. deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse
  6. deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse
  7. deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse
  8. deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-security main restricted universe multiverse
  9. deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-security main restricted universe multiverse
  10. deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-proposed main restricted universe multiverse
  11. deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-proposed main restricted universe multiverse
复制代码
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

中国红客联盟公众号

联系站长QQ:5520533

admin@chnhonker.com
Copyright © 2001-2026 Discuz Team. Powered by Discuz! X3.5 ( 粤ICP备13060014号 )|天天打卡 本站已运行