Glam Prestige Journal

Bright entertainment trends with youth appeal.

I'm using Ubuntu 20.04 LTS and I'm trying to update virtualbox. The system is updated. The site of virtualbox says just to download the latest version and just run it normally, but when I do that, it only opens the ubuntu software and nothing more. So, how do I update virtualbox?

1 Answer

To install latest VirtualBox 6.1.28 from the virtualbox.org site open terminal and execute the following commands:

wget -q -O- | sudo apt-key add -
wget -q -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] focal contrib"
sudo apt-get install virtualbox-6.1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy