You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under Source Repository copy the command - deb-src http://http.kali.org/kali kali-rolling main non-free contrib
Step -3: Open Kali's Terminal
Note - If for some reason, you don't see terminal icon in kali's home screen, open files (third icon on the left) and right click. Choose Open with terminal option.
In format root@kali, root is the username, kali is the hostname.
Type the following commands -
cd etc/apt
nano sources.list
Press Ctrl+O (save the content), then Ctrl+Y (close after saving)
apt update
uname -r
command uname -r will give the latest kali version running on your VM.
apt install linux-headers-*
When terminal asks -> do you want to continue? -> hit no.
Copy the first line, where you can see latest Kali version.