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

Last updated: November 28,2024

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

This is a short guide on how to install perl-Term-ANSIColor.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

Learn how to uninstall perl-Term-ANSIColor.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 1:21:50 ago on Mon Feb 26 15:59:38 2024.
Installed Packages
Name : perl-Term-ANSIColor
Version : 4.06
Release : 396.el8
Architecture : noarch
Size : 88 k
Source : perl-Term-ANSIColor-4.06-396.el8.src.rpm
Repository : @System
From repo : ubi-8-baseos-rpms
Summary : Color screen output using ANSI escape sequences
URL : http://search.cpan.org/dist/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.