Skip to content

Instantly share code, notes, and snippets.

@ciamac-da
Last active June 27, 2023 19:07
Show Gist options
  • Save ciamac-da/8107cb39cb0b816b9640c03145393769 to your computer and use it in GitHub Desktop.
Save ciamac-da/8107cb39cb0b816b9640c03145393769 to your computer and use it in GitHub Desktop.
// This is how to upgrade Kali Linux to 2022.1
0- Open Terminal and find out which version of Kali Linux you have using ==> cat /etc/os-release
1- The second step is to check the repository file ==> cat /etc/apt/sources.list
2- Now upgrade your Kali Linux with ==> sudo apt upgrade
3- Now Upgrade fully your Kali Linux using ==> sudo apt full-upgrade -y
*Note: This update depends on your Internet speed and normally it will take some minutes!
4- Now you can reboot your computer using this commmand ==> init 6
5- It's done! To make sure that your Kali Linux is upgraded or not you can type in ==> cat /etc/os-release
Happy Hacking :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment