Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install gcc make perl package in virtual box with rhel 7.5 os

I couldn't install guest addition on virtual box version 5.2.12 error caused- This system is currently not set up to build kernel modules. Please install the gcc make perl packages from your distribution.

like image 483
Tanul Avatar asked Jun 08 '18 05:06

Tanul


People also ask

How do I know if guest additions is installed?

If the extensions were installed using the Ubuntu package repositories (via apt or Synaptic) you can check to see if the packages are currently installed: dpkg -l | grep virtualbox-guest will list the guest packages that are currently installed.


1 Answers

You can use the below command to install the packages in RHEL 7.

yum install gcc perl make

Virtual box is base for the RHEL, all packes should be installed in RHEL OS only. Hope you set the repository and your VM have access to internet

like image 191
Naveen kumar Avatar answered Sep 19 '22 14:09

Naveen kumar