How To Install perl-Module-Starter-PBP on Fedora 36
Introduction
In this tutorial we learn how to install perl-Module-Starter-PBP
on Fedora 36.
What is perl-Module-Starter-PBP
This module implements a simple approach to creating modules and their support files, based on the Module When used as a Module simple directory of templates which are filled in with module-specific information, and thereafter form the basis of your new module. The default templates that this module initially provides are based on the recommendations in the book “Perl Best Practices”.
We can use yum
or dnf
to install perl-Module-Starter-PBP
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Module-Starter-PBP.
Install perl-Module-Starter-PBP 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-Starter-PBP
using dnf
by running the following command:
sudo dnf -y install perl-Module-Starter-PBP
Install perl-Module-Starter-PBP 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-Starter-PBP
using yum
by running the following command:
sudo yum -y install perl-Module-Starter-PBP
How To Uninstall perl-Module-Starter-PBP on Fedora 36
To uninstall only the perl-Module-Starter-PBP
package we can use the following command:
sudo dnf remove perl-Module-Starter-PBP
perl-Module-Starter-PBP Package Contents on Fedora 36
/usr/share/doc/perl-Module-Starter-PBP
/usr/share/doc/perl-Module-Starter-PBP/Changes
/usr/share/doc/perl-Module-Starter-PBP/README
/usr/share/man/man3/Module::Starter::PBP.3pm.gz
/usr/share/perl5/vendor_perl/Module
/usr/share/perl5/vendor_perl/Module/Starter
/usr/share/perl5/vendor_perl/Module/Starter/PBP.pm
References
Summary
In this tutorial we learn how to install perl-Module-Starter-PBP
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).