Code: Select all
sudo apt-get install virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11
#update
sudo apt-get update # Fetches the list of available updates
sudo apt-get upgrade # Strictly upgrades the current packages
sudo apt-get dist-upgrade # Installs updates (new ones)
sudo reboot
Code: Select all
sudo modprobe vboxaddCode: Select all
modprobe: FATAL: Module vboxadd not found.Thanks!