Installing Requirements
- 
2. Installing DependenciesThen to Install Required Stuff 
 First, possibly Upgrade your system with:sudo dnf upgrade --refresh In this case after reboot: sudo reboot 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 CRB Repo on CentOS 8 And again: sudo dnf install dkms kernel-headers kernel-devel elfutils-libelf-devel Authenticate with the User Admin Pass. 
 If Got “User is Not in Sudoers file” then see: How to Enable sudo.
Contents
