Deepin 15.7和其他的Linux发行版在添加/etc/apt/sources.list更新源上明显不同,比如Ubuntu 18.04可以往该文件中添加国内的高速更新源,如Ubuntu 18.04更换国内高速源一文介绍的,而在Deepin 15.7系统中的/etc/apt/sources.list手动添加更新源后,在终端执行apt-get update命令会出现多条配置已修改的提示,完全不需要。
正确的处理方法 因为默认情况下是不需要通过修改/etc/apt/sources.list来切换镜像源的,直接在Deepin 15.7系统控制中心里设置即可。 注:这比其他的Linux发行版要方便得多,这也是本土Linux版本带来的便捷操作。如果没有必要,不需要为Deepin 15.7更换源,因为系统默认的都非常好。
附:Deepin 15.7的更新源 # deepin 15.7 更新源 # deepin自有源 deb http://packages.deepin.com/deepin panda main contrib non-free deb-src http://packages.deepin.com/deepin panda main contrib non-free # 中科大 deb http://mirrors.ustc.edu.cn/deepin panda main contrib non-free deb-src http://mirrors.ustc.edu.cn/deepin panda main contrib non-free # 清华大学TUNA开源镜像站 deb http://mirrors.ustc.edu.cn/deepin panda main contrib non-free deb-src http://mirrors.ustc.edu.cn/deepin panda main contrib non-free # 上海大学 deb https://mirrors.shu.edu.cn/deepin panda main contrib non-free deb-src https://mirrors.shu.edu.cn/deepin panda main contrib non-free # 浙江大学开源镜像站 deb https://mirrors.zju.edu.cn/deepin panda main contrib non-free deb-src https://mirrors.zju.edu.cn/deepin panda main contrib non-free # 北京理工大学开源镜像站 deb http://mirror.bit.edu.cn/deepin panda main contrib non-free deb-src http://mirror.bit.edu.cn/deepin panda main contrib non-free
相关主题 |