Step 1: Configure Kali Linux Repositories
The first step is to set correct Kali Linux repositories. Make sure that your/etc/apt/sources.list file contains the following official Kali repositories:deb https://http.kali.org/kali kali-rolling main non-free contrib deb-sources https://http.kali.org/kali kali-rolling main non-free contrib
/etc/apt/sources.list file may break or compromise your Kali Linux system.Step 2: Update Kali Linux
To begin the update of your Kali Linux system first update the packages index list. Open up terminal and enter:$ sudo apt updateNext, optionally, display all packages which are scheduled for update:
$ apt list --upgradableAt this stage we have an option to upgrade individual packages using
apt install PACKAGE-NAME or upgrade all packages at once:$ sudo apt upgrade
Step 3: Upgrade Kept Back Packages
Due to package dependency changes some of the Kali Linux packages might be kept back.If this is this case you will be notified by the
apt upgrade Linux command at the end of the Kali Linux upgrade process. You may upgrade each kept back package individually using the apt install PACKAGE-NAME command or update all kept back packages at once:$ sudo apt dist-upgrade

No comments:
Post a Comment