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

Last updated: May 10,2024

1. Install "python3-pluggy" package

Please follow the step by step instructions below to install python3-pluggy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pluggy

2. Uninstall "python3-pluggy" package

This is a short guide on how to uninstall python3-pluggy on openSUSE Leap:

$ sudo zypper remove python3-pluggy

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

Information for package python3-pluggy:
---------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-pluggy
Version : 0.13.1-150100.7.5.3
Arch : noarch
Vendor : SUSE LLC
Installed Size : 133.3 KiB
Installed : No
Status : not installed
Source package : python-pluggy-0.13.1-150100.7.5.3.src
Upstream URL : https://github.com/pytest-dev/pluggy
Summary : Plugin registration and hook calling mechanisms for Python
Description :
This is the plugin manager as used by pytest but stripped
of pytest specific details.
During the 0.x series this plugin does not have much documentation
except extensive docstrings in the pluggy.py module.