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

Last updated: May 09,2024

1. Install "python36-click-plugins" package

This guide let you learn how to install python36-click-plugins on openSuSE Tumbleweed

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

2. Uninstall "python36-click-plugins" package

Please follow the guidelines below to uninstall python36-click-plugins on openSuSE Tumbleweed:

$ sudo zypper remove python36-click-plugins

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

Information for package python36-click-plugins:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-click-plugins
Version : 1.1.1-4.2
Arch : noarch
Vendor : openSUSE
Installed Size : 29,2 KiB
Installed : No
Status : not installed
Source package : python-click-plugins-1.1.1-4.2.src
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.