How to Install and Uninstall kmod.x86_64 Package on Oracle Linux 8

Last updated: July 02,2024

1. Install "kmod.x86_64" package

Learn how to install kmod.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install kmod.x86_64

2. Uninstall "kmod.x86_64" package

This guide let you learn how to uninstall kmod.x86_64 on Oracle Linux 8:

$ sudo dnf remove kmod.x86_64 $ sudo dnf autoremove

3. Information about the kmod.x86_64 package on Oracle Linux 8

Last metadata expiration check: 4:47:13 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : kmod
Version : 25
Release : 19.0.1.el8
Architecture : x86_64
Size : 126 k
Source : kmod-25-19.0.1.el8.src.rpm
Repository : ol8_baseos_latest
Summary : Linux kernel module management utilities
URL : http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary
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.