VirtualBox
Index
Installation
commands:
sudo apt-get update
sudo apt install -y virtualbox
Installation of VirtualBox Extension Pack
- download extension pack from official hear..
- open virtual box
- press
ctrl + gkey - go to extanstion menu, press + icon rightside located
- select downloaded extanstion pack
- press install button, agree license
- enter linux password.
Adding vboxusers on system
run this command:
sudo usermod -a -G vboxusers $USER
reboot