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

Last updated: May 10,2024

1. Install "python36-ansiwrap" package

Learn how to install python36-ansiwrap on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-ansiwrap

2. Uninstall "python36-ansiwrap" package

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

$ sudo zypper remove python36-ansiwrap

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

Information for package python36-ansiwrap:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-ansiwrap
Version : 0.8.4-1.11
Arch : noarch
Vendor : openSUSE
Installed Size : 33,9 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.