Results 1 to 9 of 9

Thread: apt-get upgrade is slow

  1. #1
    Join Date
    2013-Apr
    Posts
    10

    apt-get upgrade is slow

    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.

  2. #2
    Join Date
    2013-Jul
    Posts
    20
    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?

  3. #3
    Join Date
    2013-Jun
    Location
    Lanaken, Belgium
    Posts
    43
    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

  4. #4
    update your source list and add new mirrors near to your location

    you ll get full speed

  5. #5
    Join Date
    2013-Mar
    Posts
    23
    I switched from http.kali.org to repo.kali.org

    Much faster.

  6. #6
    Join Date
    2013-Dec
    Posts
    1

    Thanks

    Quote Originally Posted by xsspants View Post
    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.

  7. #7
    Join Date
    2014-Feb
    Posts
    1
    Quote Originally Posted by xsspants View Post
    I switched from http.kali.org to repo.kali.org

    Much faster.
    for thanking you . i regedit this forum

  8. #8
    Join Date
    2013-Sep
    Posts
    1
    Quote Originally Posted by xsspants View Post
    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.

  9. #9
    Join Date
    2013-Aug
    Location
    Italy
    Posts
    65
    Quote Originally Posted by graytips View Post
    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.p...30598#msg30598
    and cange aria2 dawnload manager whit axel:
    open apt-fast config
    Code:
    leafpad /etc/apt-fast.conf
    find and delete :
    Code:
    _DOWNLOADER='aria2c -c -j ${_MAXNUM} -i ${DLLIST} --connect-timeout=600 --timeout=600 -m0'
    replace whit:
    Code:
    _DOWNLOADER=' cat "${DLLIST}" | xargs -l1 axel -n "${_MAXNUM}" -a'
    save and exit
    Last edited by Devil_D; 2014-02-27 at 11:47.
    Est modus in rebus
    cd /usr/bin/bad

Similar Threads

  1. Slow download speed for update and upgrade
    By Zabuza in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2021-04-10, 18:05
  2. Slow Apt update/upgrade?
    By VictorThiago in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-05-07, 11:51
  3. Slow Apt update/upgrade
    By Mexicanhammerhead in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2020-04-13, 01:51
  4. slow update and upgrade
    By ross46 in forum TroubleShooting Archive
    Replies: 16
    Last Post: 2018-03-20, 05:46

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •