How to Install and Uninstall python311-zypp-plugin Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "python311-zypp-plugin" package

This is a short guide on how to install python311-zypp-plugin on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-zypp-plugin

2. Uninstall "python311-zypp-plugin" package

This is a short guide on how to uninstall python311-zypp-plugin on openSuSE Tumbleweed:

$ sudo zypper remove python311-zypp-plugin

3. Information about the python311-zypp-plugin package on openSuSE Tumbleweed

Information for package python311-zypp-plugin:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-zypp-plugin
Version : 0.6.3-4.25
Arch : noarch
Vendor : openSUSE
Installed Size : 12.2 KiB
Installed : No
Status : not installed
Source package : zypp-plugin-0.6.3-4.25.src
Upstream URL : https://github.com/openSUSE/zypp-plugin
Summary : Helper that makes writing ZYpp plugins easier
Description :
This API allows writing ZYpp plugins by just subclassing from a python class
and implementing the commands you want to respond to as python methods.