How to Install and Uninstall perl-Color-ANSI-Util.noarch Package on CentOS Stream 9

Last updated: September 21,2024

1. Install "perl-Color-ANSI-Util.noarch" package

Here is a brief guide to show you how to install perl-Color-ANSI-Util.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install perl-Color-ANSI-Util.noarch

2. Uninstall "perl-Color-ANSI-Util.noarch" package

This guide let you learn how to uninstall perl-Color-ANSI-Util.noarch on CentOS Stream 9:

$ sudo dnf remove perl-Color-ANSI-Util.noarch $ sudo dnf autoremove

3. Information about the perl-Color-ANSI-Util.noarch package on CentOS Stream 9

Last metadata expiration check: 0:59:36 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-Color-ANSI-Util
Version : 0.164
Release : 8.el9
Architecture : noarch
Size : 25 k
Source : perl-Color-ANSI-Util-0.164-8.el9.src.rpm
Repository : epel
Summary : Routines for dealing with ANSI colors
URL : https://metacpan.org/release/Color-ANSI-Util/
License : GPL+ or Artistic
Description : This module provides routines for dealing with ANSI colors. The two main
: functions are ansifg and ansibg. With those functions, you can specify
: colors in RGB and let it output the correct ANSI color escape code
: according to the color depth support of the terminal (whether 16-color,
: 256-color, or 24bit). There are other functions to convert RGB to ANSI
: in specific color depths, or reverse functions to convert from ANSI to
: RGB codes.