Update and Upgrade Kali Linux

Hey, first check Kali Linux version and then update and upgrade Kali Linux. As we know Offensive security always released a newer version of Kali Linux.  The newer version fixes bugs and the latest kernel, latest tools, and sometimes adds new tools.  There are two terms update and upgrade. In update, advanced package tool (APT)  fetched headers data of available tools on the repository and saved into a local drive.

How to check Kali Linux version

#lsb_release -a

check Kali Linux version

Update Kali Linux can be performed by the following command

# apt-get update

or

$ sudo apt-get update 

In Upgrade, apt install a newer version of tools and removed the older version. It upgrades only tools.

# apt-get upgrade

$ sudo apt-get upgrade

Upgrade Kali Linux

To upgrade newer version of Operating System use the following command

# apt-get dist-upgrade

# sudo apt-get dist-upgrade 

Upgrade kali linux Operating System

Do you like this post? please comment below. if you have any question, let me know in the comment box.
Cheers!