Installing Requirements
- 
2. Updating SystemSo possibly to Upgrade Fedora 37 
 Play:sudo dnf upgrade --refresh Authenticate with the User Admin Pass. 
 If Got “User is Not in Sudoers file” then see: How to Enable sudo.
 In case a New Kernel is installed then reboot executing:sudo reboot 
- 
3. Installing DependenciesThen to Install Required Stuff 
 Run:sudo dnf groupinstall "Development Tools" Further you may need also the C Libraries: sudo dnf groupinstall "C Development Tools and Libraries" And then again: sudo dnf install dkms kernel-headers kernel-devel elfutils-libelf-devel And then possibly to reboot: sudo reboot 
Contents
