install the gcc make perl packages from your distribution.
When install Guest Additions CD image, the following error reported:
To fix it, install the necessary software package in terminal:
This system is currently not set up to build kernel modules.
Please install the gcc make perl packages from your distribution.
To fix it, install the necessary software package in terminal:
$ sudo apt update
$ sudo apt install build-essential linux-headers-$(uname -r) -y

Comments
Post a Comment