How to Install and Uninstall python38-ansiwrap Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "python38-ansiwrap" package

Learn how to install python38-ansiwrap on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-ansiwrap

2. Uninstall "python38-ansiwrap" package

Please follow the guidance below to uninstall python38-ansiwrap on openSuSE Tumbleweed:

$ sudo zypper remove python38-ansiwrap

3. Information about the python38-ansiwrap package on openSuSE Tumbleweed

Information for package python38-ansiwrap:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-ansiwrap
Version : 0.8.4-1.11
Arch : noarch
Vendor : openSUSE
Installed Size : 38,0 KiB
Installed : No
Status : not installed
Source package : python-ansiwrap-0.8.4-1.11.src
Summary : Textwrap, but savvy to ANSI colors and styles
Description :
Ansiwrap wraps text, like the standard textwrap module.
But it also correctly wraps text that contains ANSI control
sequences that colorize or style text.
Where textwrap is fooled by the raw string length of those control codes,
ansiwrap is not; it understands that however much those codes affect color
and display style, they have no logical length.