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

Last updated: May 18,2024

1. Install "python3-clint" package

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

$ sudo zypper refresh $ sudo zypper install python3-clint

2. Uninstall "python3-clint" package

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

$ sudo zypper remove python3-clint

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

Information for package python3-clint:
--------------------------------------
Repository : Main Repository
Name : python3-clint
Version : 0.5.1-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 288.7 KiB
Installed : No
Status : not installed
Source package : python-clint-0.5.1-bp155.2.9.src
Upstream URL : https://github.com/kennethreitz/clint
Summary : Python Command Line Interface Tools
Description :
Clint is a module filled with a set of tools for developing
commandline applications. It supports colors, and custom email-style
quotes. It has a nestable indentation context manager, and a column
printer with optional auto-expanding columns with autodetection of
console size, wrapping your words properly to fit the column size.