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

Last updated: November 09,2024

1. Install "python311-ansiwrap" package

This guide covers the steps necessary to install python311-ansiwrap on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-ansiwrap

2. Uninstall "python311-ansiwrap" package

This tutorial shows how to uninstall python311-ansiwrap on openSuSE Tumbleweed:

$ sudo zypper remove python311-ansiwrap

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

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