Home » Distros » Kali Linux » How To Update Kali Linux

How to Update Kali Linux [Quick Guide]

So you’ve followed our guide to Installing Kali Linux, and you want to make sure all of your software is up to date. Follow these instructions to make sure you’re on the latest version.

Updating Kali Linux from the Terminal

Check that the /etc/apt/sources.list file is populated:

cat /etc/apt/sources.list

You should see something like:

deb http://http.kali.org/kali kali-rolling main contrib non-free
deb-src http://http.kali.org/kali kali-rolling main contrib non-free

If you don’t see the above, you may need to add those lines to the file.

If everything looks good in your sources list, you can run the following to update:

sudo apt update

Followed by:

sudo apt full-upgrade -y

Short and sweet! Kali Linux is updated.

SHARE:
Photo of author
Author
I'm Brad, and I'm nearing 20 years of experience with Linux. I've worked in just about every IT role there is before taking the leap into software development. Currently, I'm building desktop and web-based solutions with NodeJS and PHP hosted on Linux infrastructure. Visit my blog or find me on Twitter to see what I'm up to.

Leave a Comment