


Search VirtualBox from search dash and then click on its icon, Perfect, above confirms that VirtualBox extension pack has been installed successfully. Use following VBoxManage command to install downloaded extension pack file $ sudo VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-6.1.26.vbox-extpackĪbove will command will prompt to Accept ‘ License terms and conditions’, so type ‘ Y’ and hit enter. Use below wget command to download it’s extension pack file, $ wget Once VirtualBox and its dependencies are installed successfully then install VirtualBox extension pack. Run beneath command configure VirtualBox apt repository $ echo "deb $(lsb_release -cs) contrib" | sudo tee -a /etc/apt//virtualbox.list Step 3) Install latest version of VirtualBoxĮxecute the following commands to install virtualbox with apt command, $ sudo apt update So, to install latest VirtualBox, first we must configure official oracle VirtualBox package repository, run following command to import oracle virtualbox public keys $ wget -q -O- | sudo apt-key add. VirtualBox package and its dependencies are available in the default Ubuntu 20.04 package repositories but that VirtualBox will not be the latest one. Open the terminal and run following apt command to update package index $ sudp apt update Step 2) Configure Oracle VirtualBox Repository
