Update virtualbox version and other details
Signed-off-by: Pierre-Yves <pyu@riseup.net>
This commit is contained in:
parent
c8a890cc1c
commit
37a5d257b0
|
@ -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.
|
||||
|
|
Reference in New Issue