Install the fastest mirror in Kali Linux.

Facing issues of slow updates via terminal in Kali Linux 2020.1 and above, well you’re not the only one, there are few or perhaps many cases in the wild and after some research I’ve landed onto this solution. Perhaps not the best in the world but makes complete sense and works most importantly. The issue faced is due to a lot of hits on the mirrors out there and the official repo might be slow at the time of updating or upgrading your kali distro for you. So here is the solution:

replace it on /etc/apt/sources.list such as this one below:

deb http://kali.cs.nctu.edu.tw/kali kali-rolling main contrib non-free
# For source package access, uncomment the following line
# deb-src http://kali.cs.nctu.edu.tw/kali kali-rolling main contrib non-free

Also for a good reason, you should not add any additional repositories as it may break your Kali Linux unless you really know how to fix that.

For me it looks something like this.

That’s it
Happy Upgrading and good bye to slow updates.

Akash Angle

I am a Full time Linux user who has quit using Windows for unknown reasons, making my life truly open source.

Recent Posts

Get the most juice from your ISP/router — setting MTU size & other handy tweaks

This is not an ad-vocation by any means for TP-link branding, however a real life…

3 months ago

How to make any Android phone up-to 3x faster – Developer options unleashed

First of all we need to hit the kernel version on any Android device. You…

3 months ago

systemd-resolve command not found in Ubuntu Desktop

Use resolvectl status instead. It's like something deprecates and suddenly things get broken! In systemd…

8 months ago

How to exclude multiple directories with rsync?

Geeky question: This is what people and friends have tried: rsync -arv --exclude "/home/john/.ccache:/home/ben/build" /home/john…

8 months ago

How to resolve apt-get -f not working

You might encounter this error which appears to be very common on Debian based Distro's…

8 months ago

How to install Broadcom STA wireless drivers on Kali Linux

PS: This article is for only Kali Linux users, that too having a Broadcom Wireless…

9 months ago