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

Last updated: October 05,2024

1. Install "python3-ansiwrap.noarch" package

In this section, we are going to explain the necessary steps to install python3-ansiwrap.noarch on Fedora 34

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

2. Uninstall "python3-ansiwrap.noarch" package

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

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

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

Last metadata expiration check: 2:31:49 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-ansiwrap
Version : 0.8.4
Release : 3.fc34
Architecture : noarch
Size : 19 k
Source : python-ansiwrap-0.8.4-3.fc34.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.