Difference between revisions of "Vagrant and VirtualBox install on Ubuntu 18"
From MyWiki
Line 6: | Line 6: | ||
wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add - | wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add - | ||
</source> | </source> | ||
+ | # Add the VirtualBox repository |
Revision as of 13:44, 28 July 2018
https://websiteforstudents.com/install-the-latest-virtualbox-on-ubuntu-18-04-lts/
https://stegard.net/2016/10/virtualbox-secure-boot-ubuntu-fail/
- Add the VirtualBox repository key:
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 -
- Add the VirtualBox repository