How to Install and Uninstall kmod.x86_64 Package on Fedora 36

Last updated: October 07,2024

1. Install "kmod.x86_64" package

Please follow the step by step instructions below to install kmod.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install kmod.x86_64

2. Uninstall "kmod.x86_64" package

This guide covers the steps necessary to uninstall kmod.x86_64 on Fedora 36:

$ sudo dnf remove kmod.x86_64 $ sudo dnf autoremove

3. Information about the kmod.x86_64 package on Fedora 36

Last metadata expiration check: 3:54:25 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : kmod
Version : 29
Release : 7.fc36
Architecture : x86_64
Size : 118 k
Source : kmod-29-7.fc36.src.rpm
Repository : fedora
Summary : Linux kernel module management utilities
URL : https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
License : GPLv2+
Description : The kmod package provides various programs needed for automatic
: loading and unloading of modules under 2.6, 3.x, and later kernels, as well
: as other module management programs. Device drivers and filesystems are two
: examples of loaded and unloaded modules.