How to Install virtualbox in Ubuntu 18.04



Install virtualbox by entering the following commands in the terminal:

sudo apt update
sudo apt install virtualbox

Description:

x86 virtualization solution - base binaries

VirtualBox is a free x86 virtualization solution allowing a wide range of x86 operating systems such as Windows, DOS, BSD or Linux to run on a Linux system. . This package provides the binaries for VirtualBox. Either the virtualbox-dkms or the virtualbox-source package is also required in order to compile the kernel modules needed for virtualbox. A graphical user interface for VirtualBox is provided by the package virtualbox-qt.

Homepage: https://www.virtualbox.org

Version: 5.2.10-dfsg-6

Section: multiverse/misc