How to Install and Uninstall python3-zypp-plugin Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-zypp-plugin" package

Please follow the guidance below to install python3-zypp-plugin on openSUSE Leap

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

2. Uninstall "python3-zypp-plugin" package

This tutorial shows how to uninstall python3-zypp-plugin on openSUSE Leap:

$ sudo zypper remove python3-zypp-plugin

3. Information about the python3-zypp-plugin package on openSUSE Leap

Information for package python3-zypp-plugin:
--------------------------------------------
Repository : Main Repository
Name : python3-zypp-plugin
Version : 0.6.3-150000.4.2.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 13.3 KiB
Installed : No
Status : not installed
Source package : zypp-plugin-0.6.3-150000.4.2.1.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.