How To Install perl-Module-Info on Fedora 36
Introduction
In this tutorial we learn how to install perl-Module-Info
on Fedora 36.
What is perl-Module-Info
Module the module. It isn’t actually specific to modules and should work on any perl code.
We can use yum
or dnf
to install perl-Module-Info
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Module-Info.
Install perl-Module-Info 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-Module-Info
using dnf
by running the following command:
sudo dnf -y install perl-Module-Info
Install perl-Module-Info 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-Module-Info
using yum
by running the following command:
sudo yum -y install perl-Module-Info
How To Uninstall perl-Module-Info on Fedora 36
To uninstall only the perl-Module-Info
package we can use the following command:
sudo dnf remove perl-Module-Info
perl-Module-Info Package Contents on Fedora 36
/usr/bin/module_info
/usr/bin/pfunc
/usr/share/doc/perl-Module-Info
/usr/share/doc/perl-Module-Info/Changes
/usr/share/doc/perl-Module-Info/README
/usr/share/man/man1/module_info.1.gz
/usr/share/man/man1/pfunc.1.gz
/usr/share/man/man3/B::Module::Info.3pm.gz
/usr/share/man/man3/Module::Info.3pm.gz
/usr/share/perl5/vendor_perl/B
/usr/share/perl5/vendor_perl/B/Module
/usr/share/perl5/vendor_perl/B/Module/Info.pm
/usr/share/perl5/vendor_perl/Module
/usr/share/perl5/vendor_perl/Module/Info.pm
References
Summary
In this tutorial we learn how to install perl-Module-Info
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).