How to Install and Uninstall python310-click-plugins Package on openSuSE Tumbleweed

Last updated: July 08,2024

1. Install "python310-click-plugins" package

Please follow the guidelines below to install python310-click-plugins on openSuSE Tumbleweed

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

2. Uninstall "python310-click-plugins" package

This tutorial shows how to uninstall python310-click-plugins on openSuSE Tumbleweed:

$ sudo zypper remove python310-click-plugins

3. Information about the python310-click-plugins package on openSuSE Tumbleweed

Information for package python310-click-plugins:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-click-plugins
Version : 1.1.1-5.6
Arch : noarch
Vendor : openSUSE
Installed Size : 24.4 KiB
Installed : No
Status : not installed
Source package : python-click-plugins-1.1.1-5.6.src
Upstream URL : https://github.com/click-contrib/click-plugins
Summary : Click extension 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.