Installing Requirements
-
2. Installing Dependencies
Then to Install Required Packages
First, Update your System because if Not then the Headers & Source may not be matching the Kernel:sudo dnf update
Or instead, for a stronger Update without backward Compatibility:
sudo dnf upgrade
Then possibly to activate a New Kernel Reboot with:
sudo reboot
And next install the Required Stuff play:
sudo dnf install kernel-headers kernel-devel gcc glibc-headers make libaio
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
Contents