Difference between revisions of "Vagrant and VirtualBox install on Ubuntu 18"
From MyWiki
Line 1: | Line 1: | ||
https://websiteforstudents.com/install-the-latest-virtualbox-on-ubuntu-18-04-lts/<br> | https://websiteforstudents.com/install-the-latest-virtualbox-on-ubuntu-18-04-lts/<br> | ||
https://stegard.net/2016/10/virtualbox-secure-boot-ubuntu-fail/<br> | https://stegard.net/2016/10/virtualbox-secure-boot-ubuntu-fail/<br> | ||
+ | # Add the VirtualBox repository key:<br> | ||
+ | <source lang="text"> | ||
+ | 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 - | ||
+ | </source> |
Revision as of 13:43, 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 -