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> | ||
− | + | 1. Add the VirtualBox repository key:<br> | |
<source lang="text"> | <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_2016.asc -O- | sudo apt-key add - | ||
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> | ||
− | + | 2. Add the VirtualBox repository |
Revision as of 13:45, 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/
1. 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 -
2. Add the VirtualBox repository