前述:
deepin并不是ubuntu这些开源linux,它使用的源仓库本来就在国内,所以速度还是能将接受的,没有很差的用户体验可以不换。
更换:
我们常用的阿里源,清华源这些都是适用的,唯一的差别和前版本不一样的是版本代号--20的版本代号是 apricot 。所以我们只需要注意这个,其他源就可以使用了。
官方源:
deb [by-hash=force] https://community-packages.deepin.com/deepin/ apricot main contrib non-free
我们vim source.list
sudo vim /etc/apt/sources.list
deb [by-hash=force] https://mirrors.tuna.tsinghua.edu.cn/deepin/ apricot main contrib non-free
deb [by-hash=force] https://mirrors.aliyun.com/deepin/ apricot main contrib non-free
我是同时放了清华和阿里的源,平时可以直接使用一个或者其他的。
最后update apt
sudo apt-get update网上很多方法都是只对了一部分的,因为他们很多对应的是v15,也就是最终要的代号不对。它就会出现报错

版权声明:本文为mathew_leung原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。