Installing
-
2. Updating System
Now it’s recommended to Update System
With:sudo apt update && sudo apt upgrade
And in case of a New Kernel setup then to Reboot:
sudo reboot
-
3. Setting Up Repo
Enable VirtualBox Repo for Kali GNU/Linux
Follow Instructions to Setup it as for Debian Stable.
-
4. Installing VirtualBox
Then to Install VirtualBox in Kali GNU/Linux
First, search for the available Versions with:sudo apt search virtualbox-
And then for instance to Setup the 7.0 Release play:
sudo apt install virtualbox-7.0
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Contents