How to Install and Uninstall python3-kmod Package on openSUSE Leap

Last updated: May 23,2024

1. Install "python3-kmod" package

In this section, we are going to explain the necessary steps to install python3-kmod on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-kmod

2. Uninstall "python3-kmod" package

Please follow the instructions below to uninstall python3-kmod on openSUSE Leap:

$ sudo zypper remove python3-kmod

3. Information about the python3-kmod package on openSUSE Leap

Information for package python3-kmod:
-------------------------------------
Repository : Main Repository
Name : python3-kmod
Version : 0.9.1-2.15
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 242.4 KiB
Installed : No
Status : not installed
Source package : python-kmod-0.9.1-2.15.src
Upstream URL : https://github.com/agrover/python-kmod
Summary : Python module to work with kernel modules
Description :
Python bindings for kmod/libkmod
kmod is a set of tools to handle common tasks with Linux kernel modules like
insert, remove, list, check properties, resolve dependencies and aliases.
These tools are designed on top of libkmod, a library that is shipped with
kmod. It can be found at:
http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary
python-kmod is a Python wrapper module for libkmod, exposing common module
operations: listing installed modules, modprobe, and rmmod.