How to Install and Uninstall perl-Color-ANSI-Util.noarch Package on Fedora 35

Last updated: May 18,2024

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

Learn how to install perl-Color-ANSI-Util.noarch on Fedora 35

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Color-ANSI-Util.noarch on Fedora 35:

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

3. Information about the perl-Color-ANSI-Util.noarch package on Fedora 35

Last metadata expiration check: 3:00:48 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Color-ANSI-Util
Version : 0.164
Release : 5.fc35
Architecture : noarch
Size : 25 k
Source : perl-Color-ANSI-Util-0.164-5.fc35.src.rpm
Repository : fedora
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.