How to Install and Uninstall python311-clint Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "python311-clint" package

Please follow the guidelines below to install python311-clint on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-clint

2. Uninstall "python311-clint" package

Please follow the instructions below to uninstall python311-clint on openSuSE Tumbleweed:

$ sudo zypper remove python311-clint

3. Information about the python311-clint package on openSuSE Tumbleweed

Information for package python311-clint:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-clint
Version : 0.5.1-5.8
Arch : noarch
Vendor : openSUSE
Installed Size : 375.7 KiB
Installed : No
Status : not installed
Source package : python-clint-0.5.1-5.8.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.