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

Last updated: June 17,2024

1. Install "python39-ansiwrap" package

Please follow the step by step instructions below to install python39-ansiwrap on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-ansiwrap

2. Uninstall "python39-ansiwrap" package

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

$ sudo zypper remove python39-ansiwrap

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

Information for package python39-ansiwrap:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-ansiwrap
Version : 0.8.4-3.2
Arch : noarch
Vendor : openSUSE
Installed Size : 34.1 KiB
Installed : No
Status : not installed
Source package : python-ansiwrap-0.8.4-3.2.src
Upstream URL : https://github.com/jonathaneunice/ansiwrap
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.