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

Last updated: May 11,2024

1. Install "python3-click" package

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

$ sudo zypper refresh $ sudo zypper install python3-click

2. Uninstall "python3-click" package

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

$ sudo zypper remove python3-click

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

Information for package python3-click:
--------------------------------------
Repository : Main Repository
Name : python3-click
Version : 7.0-1.27
Arch : noarch
Vendor : SUSE LLC
Installed Size : 740.1 KiB
Installed : No
Status : not installed
Source package : python-click-7.0-1.27.src
Upstream URL : https://github.com/mitsuhiko/click
Summary : A wrapper around optparse for command line utilities
Description :
Click is a Python package for creating command line interfaces
in a composable way with as little code as necessary. It's the "Command
Line Interface Creation Kit". It is configurable, and comes with
defaults out of the box.