How to Install and Uninstall perl-Term-ANSIColor.noarch Package on Rocky Linux 9

Last updated: May 07,2024

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

Please follow the steps below to install perl-Term-ANSIColor.noarch on Rocky Linux 9

$ 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 Rocky Linux 9:

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

3. Information about the perl-Term-ANSIColor.noarch package on Rocky Linux 9

Last metadata expiration check: 2:17:35 ago on Fri Feb 16 06:49:52 2024.
Installed Packages
Name : perl-Term-ANSIColor
Version : 5.01
Release : 461.el9
Architecture : noarch
Size : 98 k
Source : perl-Term-ANSIColor-5.01-461.el9.src.rpm
Repository : @System
From repo : appstream
Summary : Color screen output using ANSI escape sequences
URL : https://metacpan.org/release/Term-ANSIColor
License : GPL+ or Artistic
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.