PDA

View Full Version : apt-get upgrade is slow



graytips
2013-08-01, 03:13
I am facing apt-get upgrade is very slow...

Is the kali server is facing any issues or is the problem with my net connection.

speedtest.net shows correct uploading and downloading speed. But the apt-get upgrade is downlaoding packiges in bytes/s speed!.. very strange

Kindly guide.

jackpwns
2013-08-05, 14:13
I would hesitate to guess that Kali servers are having trouble. What behavior are you seeing? Is there a particular package that is giving you trouble? What mirrors are you using? Are you wired or wireless?

schwermie
2013-08-07, 12:35
You could try to use an other mirror. Just edit your sources.list file with a mirror you would like to use. You can find the mirror site at:
http://docs.kali.org/kali-support/kali-linux-mirrors

lawrencethepentester
2013-08-07, 13:06
update your source list and add new mirrors near to your location

you ll get full speed

xsspants
2013-10-16, 18:23
I switched from http.kali.org to repo.kali.org

Much faster.

ckanish
2013-12-23, 01:29
I switched from http.kali.org to repo.kali.org

Much faster.

New to Kali.
Had the same problem.
Thank you, Now updating at full speed.

xz1201
2014-02-20, 06:17
I switched from http.kali.org to repo.kali.org

Much faster.

for thanking you . i regedit this forum

TTJ
2014-02-27, 06:59
I switched from http.kali.org to repo.kali.org

Much faster.

Does this mean that I will be using the bleeding edge packages instead of the regular/stable ones? I would prefer to use the regular packages.

Devil_D
2014-02-27, 10:54
I am facing apt-get upgrade is very slow...

Is the kali server is facing any issues or is the problem with my net connection.

speedtest.net shows correct uploading and downloading speed. But the apt-get upgrade is downlaoding packiges in bytes/s speed!.. very strange

Kindly guide.

Install apt-fast :)
see this guide http://forum.top-hat-sec.com/index.php?topic=3482.msg30598#msg30598
and cange aria2 dawnload manager whit axel:
open apt-fast config

leafpad /etc/apt-fast.conf
find and delete :

_DOWNLOADER='aria2c -c -j ${_MAXNUM} -i ${DLLIST} --connect-timeout=600 --timeout=600 -m0'
replace whit:

_DOWNLOADER=' cat "${DLLIST}" | xargs -l1 axel -n "${_MAXNUM}" -a'
save and exit