How to Install and Uninstall python3-click-plugins Package on openSUSE Leap

Last updated: May 13,2024

1. Install "python3-click-plugins" package

Please follow the steps below to install python3-click-plugins on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-click-plugins

2. Uninstall "python3-click-plugins" package

Please follow the instructions below to uninstall python3-click-plugins on openSUSE Leap:

$ sudo zypper remove python3-click-plugins

3. Information about the python3-click-plugins package on openSUSE Leap

Information for package python3-click-plugins:
----------------------------------------------
Repository : Main Repository
Name : python3-click-plugins
Version : 1.1.1-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 30.6 KiB
Installed : No
Status : not installed
Source package : python-click-plugins-1.1.1-bp155.2.12.src
Upstream URL : https://github.com/click-contrib/click-plugins
Summary : An extension for click to register CLI commands via setuptools entry-points
Description :
Use a decorator to get setuptools entry points that allows others to use your commandline utility as a home for their related sub-commands. You get to choose where these sub-commands or sub-groups can be registered but the plugin developer gets to choose they ARE registered. You could have all plugins register alongside the core commands, in a special sub-group, across multiple sub-groups, or some combination.