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.
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
To upgrade newer version of Operating System use the following command
# apt-get dist-upgrade
# sudo apt-get dist-upgrade
How to check Kali Linux version
#lsb_release -aUpdate 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
To upgrade newer version of Operating System use the following command
# apt-get dist-upgrade
# sudo apt-get dist-upgrade
Do you like this post? please comment below. if you have any question, let me know in the comment box.
Cheers!
No comments:
Post a Comment