How to Install and Uninstall perl-Term-ANSIColor.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 05,2024

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

Learn how to install perl-Term-ANSIColor.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the guidance below to uninstall perl-Term-ANSIColor.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Term-ANSIColor.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:18:39 ago on Mon Feb 26 07:04:30 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 : ubi-9-appstream-rpms
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.