How to Install and Uninstall kmod.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 10,2024

1. Install "kmod.x86_64" package

This guide let you learn how to install kmod.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ 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 Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove kmod.x86_64 $ sudo dnf autoremove

3. Information about the kmod.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:32:45 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : kmod
Version : 28
Release : 9.el9
Architecture : x86_64
Size : 130 k
Source : kmod-28-9.el9.src.rpm
Repository : ubi-9-baseos-rpms
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.