Hello,
I really am lost on this error as my os is up-to date .
This is the error :
Things tried to solve these errors :
- sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get install dkms
- sudo apt-get install build-essentials
Finally,
- apt-get install linux-headers-4.4.6-040406-lowlatency
- apt-get install linux-headers-lowlatency
The last 2 commands tell me that my kernel and headers are up-to date.
I do not know what to do next.
Can somebody show me a solution.
Many thanks.
Note : OS Trusty 14.04
I really am lost on this error as my os is up-to date .
This is the error :
Code:
Setting up virtualbox-5.1 (5.1.8-111374~Ubuntu~trusty) ... addgroup: The group `vboxusers' already exists as a system group. Exiting. vboxdrv.sh: failed: Look at /var/log/vbox-install.log to find out what went wrong. This system is not currently set up to build kernel modules (system extensions). Running the following commands should set the system up correctly: apt-get install linux-headers-4.4.6-040406-lowlatency (The last command may fail if your system is not fully updated.) apt-get install linux-headers-lowlatency There were problems setting up VirtualBox. To re-start the set-up process, run /sbin/vboxconfig as root. vboxdrv.sh: failed: Look at /var/log/vbox-install.log to find out what went wrong. Processing triggers for libc-bin (2.19-0ubuntu6.9) ... /sbin/ldconfig.real: /usr/lib/i386-linux-gnu/libfontconfig.so.1 is not a symbolic link
- sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get install dkms
- sudo apt-get install build-essentials
Finally,
- apt-get install linux-headers-4.4.6-040406-lowlatency
- apt-get install linux-headers-lowlatency
The last 2 commands tell me that my kernel and headers are up-to date.
I do not know what to do next.
Can somebody show me a solution.
Many thanks.
Note : OS Trusty 14.04
Comment