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

Last updated: November 28,2024

1. Install "python3-ansiwrap.noarch" package

Learn how to install python3-ansiwrap.noarch on Fedora 38

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

2. Uninstall "python3-ansiwrap.noarch" package

Learn how to uninstall python3-ansiwrap.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:16:13 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-ansiwrap
Version : 0.8.4
Release : 10.fc38
Architecture : noarch
Size : 22 k
Source : python-ansiwrap-0.8.4-10.fc38.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.