How to Install and Uninstall python-cly Package on openSUSE Leap

Last updated: November 07,2024

1. Install "python-cly" package

This tutorial shows how to install python-cly on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-cly

2. Uninstall "python-cly" package

In this section, we are going to explain the necessary steps to uninstall python-cly on openSUSE Leap:

$ sudo zypper remove python-cly

3. Information about the python-cly package on openSUSE Leap

Information for package python-cly:
-----------------------------------
Repository : Main Repository
Name : python-cly
Version : 0.9-bp153.1.18
Arch : x86_64
Vendor : openSUSE
Installed Size : 294,8 KiB
Installed : No
Status : not installed
Source package : python-cly-0.9-bp153.1.18.src
Summary : A module for adding powerful text-based consoles to your application
Description :
CLY is a Python module for simplifying the creation of interactive shells.
Kind of like the builtin "cmd" module on steroids.