Site icon TechGit

Oracle VM VirtualBox – Install Virtualbox 6.1 in Ubuntu 19.10

Oracle VirtualBox 6.1 released. How to install Virtualbox 6.1 in Ubuntu 19.10 and Ubuntu 19.04. VirtualBox is a general-purpose full virtualizer for x86 hardware, targeted at server, desktop and embedded use.

VirtualBox 6.1.0

VirtualBox 6.1.0 (released December 10 2019) is a major update. The following major new features were added:

Install Virtualbox 6.1 in Ubuntu


sudo apt-get update
sudo sh -c 'echo "deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib" >> /etc/apt/sources.list.d/virtualbox.list'
wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install virtualbox-6.1

NOTE: Replace virtualbox-6.1 by virtualbox-6.0 or virtualbox-5.2 to install the latest VirtualBox 6.0 or 5.2 build.

NOTE: Add the following line to your /etc/apt/sources.list. According to your distribution, replace ” with ‘eoan’, ‘bionic’, ‘xenial’, ‘buster’, ‘stretch’, or ‘jessie’ (older versions of VirtualBox supported different distributions)


deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian contrib

NOTE: experiencing The following signatures were invalid: BADSIG … when refreshing the packages from the repository?


# sudo -s -H
# apt-get clean
# rm /var/lib/apt/lists/*
# rm /var/lib/apt/lists/partial/*
# apt-get clean
# apt-get update

Oracle VM VirtualBox – Install Virtualbox 6.1 in Ubuntu 19.10 originally posted on Source Digit – Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos.

FacebookTwitterTumblrRedditLinkedInHacker NewsDiggBufferGoogle ClassroomThreadsXINGShare
Exit mobile version