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

Last updated: July 02,2024

1. Install "python2-cliff" package

Here is a brief guide to show you how to install python2-cliff on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-cliff

2. Uninstall "python2-cliff" package

This guide let you learn how to uninstall python2-cliff on openSUSE Leap:

$ sudo zypper remove python2-cliff

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

Information for package python2-cliff:
--------------------------------------
Repository : Main Repository
Name : python2-cliff
Version : 2.11.0-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 714,6 KiB
Installed : No
Status : not installed
Source package : python-cliff-2.11.0-1.24.src
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.