Installing Requirements
-
2. Updating System
So possibly to Upgrade Fedora 37
Play:sudo dnf upgrade
In case a New Kernel is installed then reboot executing:
sudo reboot
-
3. Installing Dependencies
Then 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 git unzip
And then possibly to reboot:
sudo reboot
Contents