How to Install and Uninstall python39-termcolor Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python39-termcolor" package

This guide covers the steps necessary to install python39-termcolor on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-termcolor

2. Uninstall "python39-termcolor" package

Please follow the step by step instructions below to uninstall python39-termcolor on openSuSE Tumbleweed:

$ sudo zypper remove python39-termcolor

3. Information about the python39-termcolor package on openSuSE Tumbleweed

Information for package python39-termcolor:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-termcolor
Version : 2.4.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 31.0 KiB
Installed : No
Status : not installed
Source package : python-termcolor-2.4.0-1.4.src
Upstream URL : https://pypi.python.org/pypi/termcolor
Summary : ANSII Color formatting for output in terminal
Description :
Available text colors: grey, red, green, yellow, blue, magenta, cyan, white.
Available text highlights: on_grey, on_red, on_green, on_yellow, on_blue, on_magenta, on_cyan, on_white.
Available attributes: bold, dark, underline, blink, reverse, concealed.