How to Install and Uninstall kmod-libs.x86_64 Package on CentOS Stream 8

Last updated: October 04,2024

1. Install "kmod-libs.x86_64" package

This is a short guide on how to install kmod-libs.x86_64 on CentOS Stream 8

$ 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 CentOS Stream 8:

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

3. Information about the kmod-libs.x86_64 package on CentOS Stream 8

Last metadata expiration check: 2:38:34 ago on Sun Feb 25 03:03:59 2024.
Installed Packages
Name : kmod-libs
Version : 25
Release : 20.el8
Architecture : x86_64
Size : 124 k
Source : kmod-25-20.el8.src.rpm
Repository : @System
Summary : Libraries to handle kernel module loading and unloading
URL : http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary
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.