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

Last updated: October 06,2024

1. Install "python-kmod.src" package

Please follow the instructions below to install python-kmod.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-kmod.src

2. Uninstall "python-kmod.src" package

Please follow the steps below to uninstall python-kmod.src on Oracle Linux 9:

$ sudo dnf remove python-kmod.src $ sudo dnf autoremove

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

Last metadata expiration check: 1:48:15 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-kmod
Version : 0.9
Release : 32.el9
Architecture : src
Size : 27 k
Source : None
Repository : ol9_baseos_latest
Summary : Python module to work with kernel modules
URL : https://github.com/agrover/python-kmod/
License : LGPLv2+
Description : Python module to allow listing, loading, and unloading
: Linux kernel modules, using libkmod.