How To Install perl-Class-Prototyped on Fedora 36
Introduction
In this tutorial we learn how to install perl-Class-Prototyped on Fedora 36.
What is perl-Class-Prototyped
This package provides for efficient and simple prototype-based programming in Perl. You can provide different subroutines for each object, and also have objects inherit their behavior and state from another object.
We can use yum or dnf to install perl-Class-Prototyped on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Class-Prototyped.
Install perl-Class-Prototyped 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-Prototyped using dnf by running the following command:
sudo dnf -y install perl-Class-Prototyped
Install perl-Class-Prototyped 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-Prototyped using yum by running the following command:
sudo yum -y install perl-Class-Prototyped
How To Uninstall perl-Class-Prototyped on Fedora 36
To uninstall only the perl-Class-Prototyped package we can use the following command:
sudo dnf remove perl-Class-Prototyped
perl-Class-Prototyped Package Contents on Fedora 36
/usr/share/doc/perl-Class-Prototyped
/usr/share/doc/perl-Class-Prototyped/Changes
/usr/share/doc/perl-Class-Prototyped/README
/usr/share/doc/perl-Class-Prototyped/examples
/usr/share/doc/perl-Class-Prototyped/examples/graph.png
/usr/share/doc/perl-Class-Prototyped/examples/graphtest.pl
/usr/share/doc/perl-Class-Prototyped/perf
/usr/share/doc/perl-Class-Prototyped/perf/package_creation.pl
/usr/share/doc/perl-Class-Prototyped/perf/references.pl
/usr/share/man/man3/Class::Prototyped.3pm.gz
/usr/share/man/man3/Class::Prototyped::why.3pm.gz
/usr/share/perl5/vendor_perl/Class
/usr/share/perl5/vendor_perl/Class/Prototyped
/usr/share/perl5/vendor_perl/Class/Prototyped.pm
/usr/share/perl5/vendor_perl/Class/Prototyped/Graph.pm
/usr/share/perl5/vendor_perl/Class/Prototyped/why.pod
References
Summary
In this tutorial we learn how to install perl-Class-Prototyped on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).