How To Install perl-perlfaq on Fedora 36
Introduction
In this tutorial we learn how to install perl-perlfaq
on Fedora 36.
What is perl-perlfaq
The perlfaq comprises several documents that answer the most commonly asked questions about Perl and Perl programming.
We can use yum
or dnf
to install perl-perlfaq
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-perlfaq.
Install perl-perlfaq 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-perlfaq
using dnf
by running the following command:
sudo dnf -y install perl-perlfaq
Install perl-perlfaq 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-perlfaq
using yum
by running the following command:
sudo yum -y install perl-perlfaq
How To Uninstall perl-perlfaq on Fedora 36
To uninstall only the perl-perlfaq
package we can use the following command:
sudo dnf remove perl-perlfaq
perl-perlfaq Package Contents on Fedora 36
/usr/share/doc/perl-perlfaq
/usr/share/doc/perl-perlfaq/Changes
/usr/share/doc/perl-perlfaq/README
/usr/share/licenses/perl-perlfaq
/usr/share/licenses/perl-perlfaq/LICENSE
/usr/share/man/man3/perlfaq.3pm.gz
/usr/share/man/man3/perlfaq1.3pm.gz
/usr/share/man/man3/perlfaq2.3pm.gz
/usr/share/man/man3/perlfaq3.3pm.gz
/usr/share/man/man3/perlfaq4.3pm.gz
/usr/share/man/man3/perlfaq5.3pm.gz
/usr/share/man/man3/perlfaq6.3pm.gz
/usr/share/man/man3/perlfaq7.3pm.gz
/usr/share/man/man3/perlfaq8.3pm.gz
/usr/share/man/man3/perlfaq9.3pm.gz
/usr/share/man/man3/perlglossary.3pm.gz
/usr/share/perl5/vendor_perl/perlfaq.pm
/usr/share/perl5/vendor_perl/perlfaq.pod
/usr/share/perl5/vendor_perl/perlfaq1.pod
/usr/share/perl5/vendor_perl/perlfaq2.pod
/usr/share/perl5/vendor_perl/perlfaq3.pod
/usr/share/perl5/vendor_perl/perlfaq4.pod
/usr/share/perl5/vendor_perl/perlfaq5.pod
/usr/share/perl5/vendor_perl/perlfaq6.pod
/usr/share/perl5/vendor_perl/perlfaq7.pod
/usr/share/perl5/vendor_perl/perlfaq8.pod
/usr/share/perl5/vendor_perl/perlfaq9.pod
/usr/share/perl5/vendor_perl/perlglossary.pod
References
Summary
In this tutorial we learn how to install perl-perlfaq
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).