How to Install and Uninstall python38-kmod Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python38-kmod" package

Here is a brief guide to show you how to install python38-kmod on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-kmod

2. Uninstall "python38-kmod" package

This guide let you learn how to uninstall python38-kmod on openSuSE Tumbleweed:

$ sudo zypper remove python38-kmod

3. Information about the python38-kmod package on openSuSE Tumbleweed

Information for package python38-kmod:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-kmod
Version : 0.9.1-3.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 251,5 KiB
Installed : No
Status : not installed
Source package : python-kmod-0.9.1-3.8.src
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.