Note: this applies only for Trisquel 6.
Trisquel Menu > Accessories > Terminal
Copy and paste each one of these lines into the terminal one at a time and hit enter at the end of each pasted line:
sudo apt-get update
sudo apt-get remove virtualbox virtualbox-ose --purge
sudo apt-get install linux-headers-`uname -r`
sudo apt-get install virtualbox-ose
sudo aptitude install linux-generic
sudo adduser $USER vboxusers
After you have run these lines in terminal log out and log back in.
--
Virtualbox is not included in Trisquel 7.0 as the newer versions (from 4.2 on) depend on the non-free open watcom compiler. You might be interested in using e.g. KVM.
Revisions
06/01/2013 - 23:41
06/08/2013 - 13:37
07/31/2013 - 20:29
08/13/2013 - 18:22
01/14/2014 - 12:35
01/18/2014 - 03:24
02/13/2015 - 00:56
10/08/2015 - 01:01
09/22/2024 - 12:14