This is a small guide on How to fix Kali Linux apt-get slow update.
Kali is relatively new and got fewer Mirrors than some other distro’s. That means less servers to download from and less servers means more people trying to download from them and using all bandwidth. So when you type in apt-get update, you see a slow download speed for packages. This just means you’re connected to a server that’s really busy. Some users complains that nothing happens or they are not getting any updates at all. Some got different issues like update stuck is header and doesn’t move any further.
To fix this, you need to check a few things:
- Check if you have the right repositories is your /etc/apt/sources.list
- Remove unwanted or unsupported repositories.
- Clean apt-get cache. (apt-get clean)
Instead of
This change seems to boost speed as it uses slightly different repo than the usual HTTP servers which are overloaded.
Thanks for reading. Please comment your experience to make this guide better. If you’ve found this useful, share and follow us on Facebook.