How To Install perl-ColorThemes-Standard on Fedora 36

In this tutorial we learn how to install perl-ColorThemes-Standard in Fedora 36. perl-ColorThemes-Standard is Standard collection of generic color themes

Introduction

In this tutorial we learn how to install perl-ColorThemes-Standard on Fedora 36.

What is perl-ColorThemes-Standard

This module contains a standard collection of generic color themes.

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

Install perl-ColorThemes-Standard 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-ColorThemes-Standard using dnf by running the following command:

sudo dnf -y install perl-ColorThemes-Standard

Install perl-ColorThemes-Standard 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-ColorThemes-Standard using yum by running the following command:

sudo yum -y install perl-ColorThemes-Standard

How To Uninstall perl-ColorThemes-Standard on Fedora 36

To uninstall only the perl-ColorThemes-Standard package we can use the following command:

sudo dnf remove perl-ColorThemes-Standard

perl-ColorThemes-Standard Package Contents on Fedora 36

/usr/share/doc/perl-ColorThemes-Standard
/usr/share/doc/perl-ColorThemes-Standard/Changes
/usr/share/doc/perl-ColorThemes-Standard/README
/usr/share/licenses/perl-ColorThemes-Standard
/usr/share/licenses/perl-ColorThemes-Standard/LICENSE
/usr/share/man/man3/ColorTheme::NoColor.3pm.gz
/usr/share/man/man3/ColorThemes::Standard.3pm.gz
/usr/share/perl5/vendor_perl/ColorTheme
/usr/share/perl5/vendor_perl/ColorTheme/NoColor.pm
/usr/share/perl5/vendor_perl/ColorThemes
/usr/share/perl5/vendor_perl/ColorThemes/Standard.pm

References

Summary

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