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

Last updated: May 18,2024

1. Install "python3-cliff" package

Please follow the guidance below to install python3-cliff on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-cliff

2. Uninstall "python3-cliff" package

This guide covers the steps necessary to uninstall python3-cliff on openSUSE Leap:

$ sudo zypper remove python3-cliff

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

Information for package python3-cliff:
--------------------------------------
Repository : Main Repository
Name : python3-cliff
Version : 3.1.0-7.4.6
Arch : noarch
Vendor : SUSE LLC
Installed Size : 673.7 KiB
Installed : No
Status : not installed
Source package : python-cliff-3.1.0-7.4.6.src
Upstream URL : https://launchpad.net/python-cliff
Summary : Command Line Interface Formulation Framework
Description :
cliff is a framework for building command line programs. It uses
setuptools entry points to provide subcommands, output formatters, and
other extensions.
This package contains the Python 3.x module.