How to Install and Uninstall kmod.src Package on Oracle Linux 9

Last updated: July 04,2024

1. Install "kmod.src" package

Learn how to install kmod.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install kmod.src

2. Uninstall "kmod.src" package

Please follow the guidance below to uninstall kmod.src on Oracle Linux 9:

$ sudo dnf remove kmod.src $ sudo dnf autoremove

3. Information about the kmod.src package on Oracle Linux 9

Last metadata expiration check: 0:10:29 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : kmod
Version : 28
Release : 9.0.1.el9
Architecture : src
Size : 571 k
Source : None
Repository : ol9_baseos_latest
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.