How To Install perl-CLASS on Fedora 36

In this tutorial we learn how to install perl-CLASS in Fedora 36. perl-CLASS is Alias for PACKAGE

Introduction

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

What is perl-CLASS

This package provides CLASS and $CLASS; both synonyms for PACKAGE. They’re easier to type, and $CLASS has the additional benefit of working in strings.

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

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

sudo dnf -y install perl-CLASS

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

sudo yum -y install perl-CLASS

How To Uninstall perl-CLASS on Fedora 36

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

sudo dnf remove perl-CLASS

perl-CLASS Package Contents on Fedora 36

/usr/share/doc/perl-CLASS
/usr/share/doc/perl-CLASS/Changes
/usr/share/man/man3/CLASS.3pm.gz
/usr/share/perl5/vendor_perl/CLASS.pm

References

Summary

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