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

Last updated: April 28,2024

1. Install "python2-kmod" package

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

$ sudo zypper refresh $ sudo zypper install python2-kmod

2. Uninstall "python2-kmod" package

Learn how to uninstall python2-kmod on openSUSE Leap:

$ sudo zypper remove python2-kmod

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

Information for package python2-kmod:
-------------------------------------
Repository : Main Repository
Name : python2-kmod
Version : 0.9.1-2.15
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 237,8 KiB
Installed : No
Status : not installed
Source package : python-kmod-0.9.1-2.15.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.