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

Last updated: October 05,2024

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

This guide let you learn how to install perl-Term-ANSIColor.src on Oracle Linux 9

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

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

This is a short guide on how to uninstall perl-Term-ANSIColor.src on Oracle Linux 9:

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

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

Last metadata expiration check: 0:07:42 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Term-ANSIColor
Version : 5.01
Release : 461.el9
Architecture : src
Size : 67 k
Source : None
Repository : 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.