
Originally Posted by
dd_wizard
If the kernel module isn't present, at least dkms, and maybe kernel-devel aren't installed. You probably need to manually download and install dependencies since this is F24.
dd_wizard
Hi dd_wizard
When I run one of the lines in the 'F22 and up' script it doesn't find kernel-devel and dkms.
Code:
[root@PANTRY ~]# dnf install kernel-devel-$(uname -r) gcc qt qt-x11 libpng15 libXmu libXt libvpx compat-libvpx1 dkms SDL
Last metadata expiration check: 1:29:05 ago on Mon Sep 25 15:43:18 2017.
No package kernel-devel-4.11.12-100.fc24.x86_64 available.
Package gcc-6.3.1-1.fc24.x86_64 is already installed, skipping.
Package qt-1:4.8.7-18.fc24.i686 is already installed, skipping.
Package qt-1:4.8.7-18.fc24.x86_64 is already installed, skipping.
Package qt-x11-1:4.8.7-18.fc24.i686 is already installed, skipping.
Package qt-x11-1:4.8.7-18.fc24.x86_64 is already installed, skipping.
Package libXmu-1.1.2-4.fc24.x86_64 is already installed, skipping.
Package libXmu-1.1.2-4.fc24.i686 is already installed, skipping.
Package libXt-1.1.5-3.fc24.x86_64 is already installed, skipping.
Package libXt-1.1.5-3.fc24.i686 is already installed, skipping.
Package libvpx-1.5.0-4.fc24.x86_64 is already installed, skipping.
Package SDL-1.2.15-21.fc24.x86_64 is already installed, skipping.
Error: Unable to find a match.
How can I get those two packages?