It seems that it will be possible to have the virtualbox issue solved with the new VirtualBox 5 series.
Would be nice to include it in PinguyOS.
DEB at https://www.virtualbox.org/wiki/Linux_Downloads
It requires libqt4-opengl (>= 4:4.7.2) to be installed.
or
Add to your sources.list.d/virtualbox.list:
then run
Tested here and it is installed and with no issues so far
Would be nice to include it in PinguyOS.
DEB at https://www.virtualbox.org/wiki/Linux_Downloads
It requires libqt4-opengl (>= 4:4.7.2) to be installed.
or
Add to your sources.list.d/virtualbox.list:
Code:
deb http://download.virtualbox.org/virtualbox/debian trusty contrib
then run
Code:
wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install virtualbox-5.0
Quote:Note: Ubuntu/Debian users might want to install the dkms package to ensure that the VirtualBox host kernel modules (vboxdrv, vboxnetflt and vboxnetadp) are properly updated if the linux kernel version changes during the next apt-get upgrade. For Debian it is available in Lenny backports and in the normal repository for Squeeze and later. The dkms package can be installed through the Synaptic Package manager or through the following command:
Code:
sudo apt-get install dkms
Tested here and it is installed and with no issues so far
