Download the packages
Visit VirtualBox PUEL edition website and download VirtualBox Extension Pack and .deb package.
https://www.virtualbox.org/wiki/Linux_Downloads
https://www.virtualbox.org/wiki/Downloads
Remove old version of VirtualBox
sudo apt remove virtualbox*
Install the dependencies for VirtualBox
Apply the following command in a Terminal,
sudo apt-get -y install gcc make linux-headers-$(uname -r) dkms
Apply the command to install the VirtualBox package downloaded,
sudo dpkg -i virtualbox*.deb
If any error message shows while installation, apply following command,
sudo apt install -f
Install the VirtualBox Extension Pack
Double click on the extension pack (Green) downloaded.
Visit VirtualBox PUEL edition website and download VirtualBox Extension Pack and .deb package.
https://www.virtualbox.org/wiki/Linux_Downloads
https://www.virtualbox.org/wiki/Downloads
Remove old version of VirtualBox
sudo apt remove virtualbox*
Install the dependencies for VirtualBox
Apply the following command in a Terminal,
sudo apt-get -y install gcc make linux-headers-$(uname -r) dkms
Apply the command to install the VirtualBox package downloaded,
sudo dpkg -i virtualbox*.deb
If any error message shows while installation, apply following command,
sudo apt install -f
Install the VirtualBox Extension Pack
Double click on the extension pack (Green) downloaded.
No comments:
Post a Comment