VirtualBox

Index

Installation

commands:

sudo apt-get update
sudo apt install -y virtualbox

Installation of VirtualBox Extension Pack

Adding vboxusers on system

answerd on askubuntu..

run this command:

sudo usermod -a -G vboxusers $USER
reboot