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

Last updated: October 08,2024

1. Install "python3-ansiwrap.noarch" package

Please follow the guidelines below to install python3-ansiwrap.noarch on Fedora 35

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

2. Uninstall "python3-ansiwrap.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-ansiwrap.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:30:38 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-ansiwrap
Version : 0.8.4
Release : 5.fc35
Architecture : noarch
Size : 19 k
Source : python-ansiwrap-0.8.4-5.fc35.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.