Installing
-
2. Setting Up EPEL Repo
How to Enable EPEL Release for CentOS 8
-
3. Installing DKMS
Then Remove Conflicting Packages with:
sudo dnf remove ipa-common ipa-common-client ipa-client
Finally, to Install Dkms play:
sudo dnf install kernel-debug-devel kernel-headers dkms
Last, to Enable the DKMS Service run:
sudo systemctl enable dkms
Contents