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

Last updated: September 21,2024

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

This is a short guide on how to install perl-Term-ANSIColor.noarch on Rocky Linux 8

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

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

Please follow the guidelines below to uninstall perl-Term-ANSIColor.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 1:26:08 ago on Mon Sep 12 10:27:18 2022.
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 : baseos
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.