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

Last updated: November 27,2024

1. Install "python-kmod.src" package

Please follow the steps below to install python-kmod.src on Oracle Linux 8

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

2. Uninstall "python-kmod.src" package

Please follow the instructions below to uninstall python-kmod.src on Oracle Linux 8:

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

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

Last metadata expiration check: 1:46:08 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-kmod
Version : 0.9
Release : 20.el8
Architecture : src
Size : 28 k
Source : None
Repository : ol8_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.