From 37a5d257b08628a7d36e7e0514fa871721595a3e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Date: Wed, 20 Sep 2017 17:15:19 +0200 Subject: [PATCH] Update virtualbox version and other details Signed-off-by: Pierre-Yves --- software/virtualbox/en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/software/virtualbox/en.md b/software/virtualbox/en.md index 450272d..939f300 100644 --- a/software/virtualbox/en.md +++ b/software/virtualbox/en.md @@ -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.