Pages

Install VirtualBox on Ubuntu 18.04

Virtual Box is useful application for installing other operating systems inside your Linux installation without disturbing your hard disc. It is very easy to mange a guest OS using Virtual Box.
 

Download the VirtualBox package for Ubuntu 18.04
Visit the following link,
https://www.virtualbox.org/wiki/Linux_Downloads

Choose the appropriate package match with Ubuntu edition
Download the VirtualBox Extension Pack from the following link,

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,

dpkg -i virtualbox*.deb

Install the VirtualBox Extension Pack

Double click on the extension pack (Green) downloaded.

No comments:

Post a Comment