[Feedback on issues] 求救啊,官方源太慢了
Tofloor
poster avatar
ZOU
deepin
13 hours ago
Author

兄弟们,更换了很多源都不可用,最后还得是放回官方,但是这下载速度太感人了,有没有什么办法?

Reply Favorite View the author
All Replies
神末shenmo
deepin
Spark-App
Q&A Team
13 hours ago
#1

安装星火商店后把apt换成aptss用

Reply View the author
ZOU
deepin
13 hours ago
#2

更换成华中科技大学的源,勉强可以用

Reply View the author
Sunny
deepin
12 hours ago
#3
神末shenmo

安装星火商店后把apt换成aptss用

怎么换啊,版主

Reply View the author
昨夜的星辰
deepin
an hour ago
#4

用清华开源镜像站的源,速度比较快,下载ISO时能拉满带宽

用第三方源因为有源同步时间,所以会比官方源稍微晚点时间,一般半天一天的时间,具体看镜像源的同步频率

sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
sudo nano /etc/apt/sources.list
#内容用下面的
#键盘Ctrl+O保存,Ctrl+X退出
sudo apt update && apt list --upgradable ##更新软件源并列出可更新软件包
sudo apt dist-upgrade                    ##更新软件包
## Generated by deepin-installer
#deb https://community-packages.deepin.com/beige/ crimson main commercial community
#deb-src https://community-packages.deepin.com/beige/ crimson main commercial community

## Generated by deepin-installer
#deb https://community-packages.deepin.com/beige/ beige main commercial community 
#deb https://proposed-packages.deepin.com/beige-testing/ unstable/25 main commercial community
deb [by-hash=force] https://mirrors.tuna.tsinghua.edu.cn/deepin/beige/ crimson main commercial community
#deb [by-hash=force] https://mirrors.aliyun.com/deepin/ apricot main contrib non-free
#deb [by-hash=force] https://repo.huaweicloud.com/deepin/ apricot main contrib non-free
#deb-src https://community-packages.deepin.com/beige/ beige main commercial community

Reply View the author