First, you should ensure that the /etc/apt/sources.list is correctly populated for updating Kali.
kali@kali:~$ cat /etc/apt/sources.list
# See https://www.kali.org/docs/general-use/kali-linux-sources-list-repositories/
deb http://http.kali.org/kali kali-rolling main contrib non-free# Additional line for source packages
# deb-src http://http.kali.org/kali kali-rolling main contrib non-free
kali@kali:~$
For upgrading to the latest version of Kali, run the following command:
kali@kali:~$ sudo apt update
kali@kali:~$
kali@kali:~$ sudo apt full-upgrade -y
kali@kali:~$
Troubleshooting – Internet/Network Access on Kali Linux OS
We have always received many queries asking how to access the Internet/Network on Kali Linux OS…
How to update Kali?
First, you should ensure that the /etc/apt/sources.list is correctly populated for updatin…
How to enable autologin on Kali Linux?
Kali Linux use GDM3 as a default Display Manager. First, confirm that your Kali Linux is s…
Deployment of Kali over Network PXE/iPXE Install
For setting up PXE Server, you need to install dnsmasq to provide the DHCP/TFTP server and…
Kali Linux Basic Commands for beginners
The following is the list of Kali Linux basic commands: Date Command Cal Command Cd command Cp comma…
Basic commands for Kali Linux OS networking
The commands for networking with Kali OS is ifconfig; route -n; cat /etc/resolv.conf; cat /etc/netwo…
Basic Commands of Kali Linux OS Hardware
The following are the basic hardware commands for Kali Linux OS: lspci lsusb dmesg lsmod Let’s…
Basic commands for Kali Linux OS Wi-Fi troubleshooting
Are you facing issues with Kali Linux OS Wi-Fi? Here we’ve listed some basic useful comma…