Installing Requirements
-
2. Installing Dependencies
Then to Install Required Stuff
First, possibly Upgrade your system with:sudo dnf upgrade
In this case after reboot:
sudo reboot now
Then run:
sudo dnf groupinstall "Development Tools"
Further you may need also the C Libraries:
sudo dnf groupinstall "C Development Tools and Libraries"
How to Enable Powers Tools on CentOS 8
And again:
sudo dnf install dkms kernel-headers kernel-devel elfutils-libelf-devel unzip git
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
Contents