Update virtualbox version and other details

Signed-off-by: Pierre-Yves <pyu@riseup.net>
This commit is contained in:
Pierre-Yves 2017-09-20 17:15:19 +02:00
parent c8a890cc1c
commit 37a5d257b0
No known key found for this signature in database
GPG Key ID: 940519FDF9407DC2
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ are running, run the following in terminal:
uname -r
```
You will either have a `.current` or `.lts` suffix. Example: `4.12.7-11.current`
You will either have a `.current` or `.lts` suffix. Examples: `4.12.12-19.current` or `4.9.49-46.lts`
If you have an lts kernel, install the lts headers:
@ -93,12 +93,12 @@ sudo usermod -aG vboxsf `whoami`
```
## Solus as Host
Download the latest [VirtualBox Installer](https://www.virtualbox.org/wiki/Linux_Downloads) - [direct link](http://download.virtualbox.org/virtualbox/5.1.26/VirtualBox-5.1.26-117224-Linux_amd64.run) (5.1.26) right click link and Save As.
Download the latest [VirtualBox Installer](https://www.virtualbox.org/wiki/Linux_Downloads) - [direct link](http://download.virtualbox.org/virtualbox/5.1.28/VirtualBox-5.1.28-117968-Linux_amd64.run) (5.1.28) right click link and Save As.
Now install the dependencies and VirtualBox like so:
``` bash
sudo eopkg it -c system.devel
sudo sh ~/Downloads/VirtualBox-5.1.26-117224-Linux_amd64.run
sudo sh ~/Downloads/VirtualBox-5.1.28-117968-Linux_amd64.run
```
Replace the version number of the file with the one you downloaded.