How to Install and Uninstall python3-ansiwrap.noarch Package on Fedora 36

Last updated: October 08,2024

1. Install "python3-ansiwrap.noarch" package

Please follow the steps below to install python3-ansiwrap.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-ansiwrap.noarch

2. Uninstall "python3-ansiwrap.noarch" package

Please follow the step by step instructions below to uninstall python3-ansiwrap.noarch on Fedora 36:

$ sudo dnf remove python3-ansiwrap.noarch $ sudo dnf autoremove

3. Information about the python3-ansiwrap.noarch package on Fedora 36

Last metadata expiration check: 5:16:43 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-ansiwrap
Version : 0.8.4
Release : 6.fc36
Architecture : noarch
Size : 20 k
Source : python-ansiwrap-0.8.4-6.fc36.src.rpm
Repository : fedora
Summary : Text wrapper with ANSI colors and styles support
URL : https://github.com/jonathaneunice/ansiwrap
License : ASL 2.0
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.