How To Install perl-Convert-Color-XTerm on Fedora 36

In this tutorial we learn how to install perl-Convert-Color-XTerm in Fedora 36. perl-Convert-Color-XTerm is Indexed colors used by XTerm

Introduction

In this tutorial we learn how to install perl-Convert-Color-XTerm on Fedora 36.

What is perl-Convert-Color-XTerm

This subclass of Convert xterm uses by default. Note that the module is not intelligent enough to actually parse the XTerm configuration on a machine, nor to query a running terminal for its actual colors. It simply implements the colors that are present as defaults in the XTerm source code.

We can use yum or dnf to install perl-Convert-Color-XTerm on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Convert-Color-XTerm.

Install perl-Convert-Color-XTerm on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Convert-Color-XTerm using dnf by running the following command:

sudo dnf -y install perl-Convert-Color-XTerm

Install perl-Convert-Color-XTerm on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Convert-Color-XTerm using yum by running the following command:

sudo yum -y install perl-Convert-Color-XTerm

How To Uninstall perl-Convert-Color-XTerm on Fedora 36

To uninstall only the perl-Convert-Color-XTerm package we can use the following command:

sudo dnf remove perl-Convert-Color-XTerm

perl-Convert-Color-XTerm Package Contents on Fedora 36

/usr/share/doc/perl-Convert-Color-XTerm
/usr/share/doc/perl-Convert-Color-XTerm/Changes
/usr/share/doc/perl-Convert-Color-XTerm/README
/usr/share/doc/perl-Convert-Color-XTerm/examples
/usr/share/doc/perl-Convert-Color-XTerm/examples/html-sample.pl
/usr/share/licenses/perl-Convert-Color-XTerm
/usr/share/licenses/perl-Convert-Color-XTerm/LICENSE
/usr/share/man/man3/Convert::Color::XTerm.3pm.gz
/usr/share/perl5/vendor_perl/Convert
/usr/share/perl5/vendor_perl/Convert/Color
/usr/share/perl5/vendor_perl/Convert/Color/XTerm.pm

References

Summary

In this tutorial we learn how to install perl-Convert-Color-XTerm on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).