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

Last updated: May 14,2024

1. Install "python3-termcolor" package

Learn how to install python3-termcolor on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-termcolor

2. Uninstall "python3-termcolor" package

Here is a brief guide to show you how to uninstall python3-termcolor on openSUSE Leap:

$ sudo zypper remove python3-termcolor

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

Information for package python3-termcolor:
------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-termcolor
Version : 1.1.0-150400.5.69
Arch : noarch
Vendor : SUSE LLC
Installed Size : 18.1 KiB
Installed : No
Status : not installed
Source package : python3-termcolor-1.1.0-150400.5.69.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.