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

Last updated: July 01,2024

1. Install "python310-termcolor" package

Learn how to install python310-termcolor on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-termcolor

2. Uninstall "python310-termcolor" package

In this section, we are going to explain the necessary steps to uninstall python310-termcolor on openSuSE Tumbleweed:

$ sudo zypper remove python310-termcolor

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

Information for package python310-termcolor:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-termcolor
Version : 2.4.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 31.3 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.