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

Last updated: May 19,2024

1. Install "python312-ansiwrap" package

This is a short guide on how to install python312-ansiwrap on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-ansiwrap

2. Uninstall "python312-ansiwrap" package

Please follow the guidelines below to uninstall python312-ansiwrap on openSuSE Tumbleweed:

$ sudo zypper remove python312-ansiwrap

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

Information for package python312-ansiwrap:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-ansiwrap
Version : 0.8.4-3.2
Arch : noarch
Vendor : openSUSE
Installed Size : 39.7 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.