How to Install and Uninstall perl-Term-ANSIColor.noarch Package on Fedora 39

Last updated: November 30,2024

1. Install "perl-Term-ANSIColor.noarch" package

Please follow the steps below to install perl-Term-ANSIColor.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Term-ANSIColor.noarch

2. Uninstall "perl-Term-ANSIColor.noarch" package

Please follow the steps below to uninstall perl-Term-ANSIColor.noarch on Fedora 39:

$ sudo dnf remove perl-Term-ANSIColor.noarch $ sudo dnf autoremove

3. Information about the perl-Term-ANSIColor.noarch package on Fedora 39

Last metadata expiration check: 5:05:38 ago on Thu Mar 7 11:44:58 2024.
Installed Packages
Name : perl-Term-ANSIColor
Version : 5.01
Release : 501.fc39
Architecture : noarch
Size : 97 k
Source : perl-Term-ANSIColor-5.01-501.fc39.src.rpm
Repository : @System
From repo : fedora
Summary : Color screen output using ANSI escape sequences
URL : https://metacpan.org/release/Term-ANSIColor
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : This module has two interfaces, one through color() and colored() and the
: other through constants. It also offers the utility functions uncolor(),
: colorstrip(), colorvalid(), and coloralias(), which have to be explicitly
: imported to be used.