
Oracle VirtualBox is what you need in this case, instead of reinstalling software on your physical machine. When using a traditional you need to install the operating system on a physical machine for evaluating software that cannot be installed on your current operating system. Also, you can use the applications manager to search for VirtualBox as shown.By Michael Bose How to Use VirtualBox: Quick Overview Launch VirtualBox from the command line by typing Virtualbox. Once the installation is completed, you will see the output below: Accept Oracle license agreement Starting VirtualBox You will be asked to accept their terms and conditions of the Oracle license. Once the download is complete, import the extension pack using the following command: $ sudo VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-6.1.8.vbox-extpack The version of the Extension Pack should match the installed VirtualBox version. To download the virtual box extension pack run the command: $ wget It provides useful functionality for virtual machines such as support for USB 2.0 and USB 3.0 devices. The VirtualBox Extension Pack extends the functionality of virtualbox. $ sudo apt install virtualbox virtualbox-ext-pack Once the package index is updates, install VirtualBox and extension packs as shown.

First, we update our packages and then install VirtualBox and Extension Pack.įirst, update the package lists: $ sudo apt update This is the simplest way of installing VirtualBox on Ubuntu. Installing VirtualBox from Ubuntu repository This tutorial will show you two ways to install VirtualBox on Ubuntu 20.04:

Without much further ado, let's get started. It is highly recommended for users who are new to virtualization and who want to try out various operating systems. VirtualBox is easy to install and has great community support out there. Join us as we install VirtualBox on Ubuntu 20.04. Thus, It's a cost-effective solution when you need to try out an operating system. It allows you to create and run virtual machines on your host system without the need for procuring another physical machine. VirtualBox is a free and open-source cross-platform virtualization tool developed and maintained by Oracle.
