How to Install and Uninstall python2-ansiwrap Package on openSUSE Leap

Last updated: May 12,2024

1. Install "python2-ansiwrap" package

Please follow the step by step instructions below to install python2-ansiwrap on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-ansiwrap

2. Uninstall "python2-ansiwrap" package

This guide covers the steps necessary to uninstall python2-ansiwrap on openSUSE Leap:

$ sudo zypper remove python2-ansiwrap

3. Information about the python2-ansiwrap package on openSUSE Leap

Information for package python2-ansiwrap:
-----------------------------------------
Repository : Main Repository
Name : python2-ansiwrap
Version : 0.8.4-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 35,5 KiB
Installed : No
Status : not installed
Source package : python-ansiwrap-0.8.4-bp153.1.16.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.