How to Fix Slow Downloading Deepin 15.3
Tofloor
poster avatar
jacobo175
deepin
2016-12-08 15:43
Author
Edited by jacobo175 at 2016-12-8 11:59

As you know the mirrors that Deepin provides us are poor frecuency signal of downloading and I'm going to show you how I fixed this problem.

I recommend you to use this mirror but you can try with a lot of mirros and choose the best that works with your location. The one that I gave you is fully tasted and so far hasn't given me problems. Ok lets start.


1. Open the terminal as a root user, copy and paste the next command
  1. nano /etc/apt/sources.list
Copy the Code

It will appear something like that


2. Erase everything then copy all including the hashtags and paste the next text in the console.
  1. ## Generated by deepin-installer
  2. deb [by-hash=force] http://packages.deepin.com/deepin unstable main contrib non-free
  3. #deb-src http://packages.deepin.com/deepin unstable main contrib non-free



  4. #working mirror
  5. deb http://ftp.tsukuba.wide.ad.jp/Linux/deepin unstable main contrib non-free
Copy the Code
Press CTRL+O to save changes, press ENTER next press CTRL+X to Exit.


3. Now you're going to type the next commands to lock lists, dpkg and cache archives.
  1. rm -r /var/lib/apt/lists/lock
  2. rm -r /var/lib/dpkg/lock
  3. rm -r /var/cache/apt/archives/lock
Copy the Code
4. Lets update now using the next command without using sudo because we are running as a root.
  1. apt-get update
Copy the Code

And by doing all of this the problem have to be solved. You can check that now is downloading faster by going to Deepin Store and Download a program or App and you will see that it is going more faster





Here is a link with a lot of mirrors that you can try.
https://www.deepin.org/mirror.html?language=en



Reply Favorite View the author
All Replies
ouyangjun
deepin
2016-12-08 16:30
#1
How about using vim?
Reply View the author
Comments
jacobo175
2016-12-08 16:45
If you use Vim to edit the sources list instead of the terminal it's ok but you have to do the step 3 and 4 in the terminal.
jacobo175
deepin
2016-12-08 16:42
#2

If you use Vim to edit the sources list instead of the terminal it's ok but you have to do the step 3 and 4 in the terminal.
Reply View the author
ouyangjun
deepin
2016-12-08 20:47
#3
https://bbs.deepin.org/post/132842
If you use Vim to edit the sources list instead of the terminal it's ok but you have to do the ste ...

In fact,I know
Reply View the author
不避风云
deepin
2016-12-09 04:25
#4
maybe it is different in different countries. so you had better add where
Reply View the author
fyzz
deepin
2016-12-17 04:12
#5
国外友人是不是嫌下载速度慢了,手动滑稽
Reply View the author
A·S·M·X·T 😏😜
deepin
2016-12-17 05:11
#6
fyzz 发表于 2016-12-16 20:12
国外友人是不是嫌下载速度慢了,手动滑稽

官网cdn国内都嫌慢,国外?呵呵!   手动滑稽

  ━─ ,. ━─
┏┯┯┯┯┯┓3
┗┷┷┷┷┷┛
Reply View the author
ygidtu
deepin
2016-12-17 18:56
#7
https://bbs.deepin.org/post/132842
官网cdn国内都嫌慢,国外?呵呵!   手动滑稽

  ━─ ,. ━─

现在装deepin第一件事就是换清华源,那两天重装没发现这问题,异常苦逼
Reply View the author
jpcarvalhinho
deepin
2016-12-27 09:48
#8
Why not use the GUI to do this? I have used it to set my nearest mirror (it even has the speed test results) with minimal problems
Reply View the author
craber
deepin
2016-12-29 02:13
#9
why not use your country source
Reply View the author
A·S·M·X·T 😏😜
deepin
2016-12-29 06:15
#10
本帖最后由 liululin 于 2016-12-29 07:09 编辑
https://bbs.deepin.org/post/132842
why not use your country source

Maybe you can try Chinese mirrors!

USTC mirror:
  1. echo -e "deb [by-hash=force] http://mirrors.ustc.edu.cn/deepin unstable main contrib non-free \ndeb-src http://mirrors.ustc.edu.cn/deepin unstable main contrib non-free" |sudo tee /etc/apt/sources.list &&sudo apt update
Copy the Code
or
Alibaba aliyun mirror:
  1. echo -e "deb [by-hash=force] http://mirrors.aliyun.com/deepin unstable main contrib non-free \ndeb-src http://mirrors.aliyun.com/deepin unstable main contrib non-free" |sudo tee /etc/apt/sources.list &&sudo apt update
Copy the Code


I tested USTC mirror in US vps ,3Mib/s . very fast!

Reply View the author
marcus_wolf1
deepin
2017-03-28 06:33
#11
Did someone try to type ftp server as a mirror in synaptic? It was only me that worked so that the updating mood was meaningful.
Reply View the author