install the gcc make perl packages from your distribution.

When install Guest Additions CD image, the following error reported:
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

Popular posts from this blog

Drive 320x240 ILI9341 SPI TFT using ESP32-S3 (NodeMCU ESP-S3-12K-Kit) using TFT_eSPI library, in Arduino Framework.

480x320 TFT/ILI9488 SPI wih EP32C3 (arduino-esp32) using Arduino_GFX Library