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

Last updated: May 18,2024

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

Please follow the instructions below to install perl-Term-ANSIColor.noarch on Oracle Linux 9

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

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

Please follow the step by step instructions below to uninstall perl-Term-ANSIColor.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 3:29:07 ago on Thu Feb 15 07:50:05 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 : ol9_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.