How to Install Virtualbox on Ubuntu 20.04
Cloud Tech
In this video I take you step by step though what i believe is the best way to install virtualbox from the Oracle repositories, and its extension pack.
Timestamps 0.00 Virt Tech Introduction ?.?? Install Virtualbox Introduction ?.?? The 3 Virtualbox Installation Options ?.?? Install Virtualbox from the Oracle Repositories ?.?? Install Virtualbox Extension Pack
NOTES
shift=insert = paste into nano
sudo apt install virtualbox-6
goto virtualbox website
Add the following line to your /etc/apt/sources.list. According to your distribution, replace '(mydist)' with 'eoan', 'bionic', 'xenial', 'buster', 'stretch', or 'jessie' (older versions of VirtualBox supported different distributions):
deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian (mydist) contrib
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
The Virtualbox Extension Pack should be downloaded and Installed as shown in the Video. ... https://www.youtube.com/watch?v=idu70vdziU0
48893661 Bytes