Notice: Due to size constraints and loading performance considerations, scripts referenced in blog posts are not attached directly. To request access, please complete the following form: Script Request Form Note: A Google account is required to access the form.
Disclaimer: I do not accept responsibility for any issues arising from scripts being run without adequate understanding. It is the user's responsibility to review and assess any code before execution. More information

Kali Linux : Upgrade Packages

In order to upgrade your Kali Linux distribution, as you should be doing its the same requirement as Windows Updates and Hotfixes then you can do this with these commands.

If you are not running as root you will need to add "sudo" to the start of these commands, you can tell if you are not running as root as your get this permissions error:


Elevate as Root

Run this command to become the root user:

su -



Download the updated list of packages (applications and tools)

apt-get update

Update non-system packages to their last stable version:

apt-get upgrade

Upgrade the system which includes the Kernel:

apt-get dist-upgrade

Remove root permissions:

If you wish to quit access as root then all you need to do is type in:

logout

This will return you to the "user" shell, like this:



Previous Post Next Post

نموذج الاتصال