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

Last updated: October 07,2024

1. Install "kmod-libs.x86_64" package

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

$ sudo dnf update $ sudo dnf install kmod-libs.x86_64

2. Uninstall "kmod-libs.x86_64" package

This guide covers the steps necessary to uninstall kmod-libs.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove kmod-libs.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:02:55 ago on Mon Feb 26 07:04:30 2024.
Installed Packages
Name : kmod-libs
Version : 28
Release : 9.el9
Architecture : x86_64
Size : 131 k
Source : kmod-28-9.el9.src.rpm
Repository : @System
Summary : Libraries to handle kernel module loading and unloading
URL : https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
License : LGPLv2+
Description : The kmod-libs package provides runtime libraries for any application that
: wishes to load or unload Linux kernel modules from the running system.