How to Install and Uninstall perl-Module-Starter-PBP.noarch Package on Fedora 35

Last updated: May 08,2024

1. Install "perl-Module-Starter-PBP.noarch" package

Please follow the guidelines below to install perl-Module-Starter-PBP.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Module-Starter-PBP.noarch

2. Uninstall "perl-Module-Starter-PBP.noarch" package

Please follow the steps below to uninstall perl-Module-Starter-PBP.noarch on Fedora 35:

$ sudo dnf remove perl-Module-Starter-PBP.noarch $ sudo dnf autoremove

3. Information about the perl-Module-Starter-PBP.noarch package on Fedora 35

Last metadata expiration check: 1:49:51 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Module-Starter-PBP
Version : 0.000003
Release : 40.fc35
Architecture : noarch
Size : 20 k
Source : perl-Module-Starter-PBP-0.000003-40.fc35.src.rpm
Repository : fedora
Summary : Create a module as recommended in "Perl Best Practices"
URL : https://metacpan.org/release/Module-Starter-PBP
License : GPL+ or Artistic
Description : This module implements a simple approach to creating modules and their support
: files, based on the Module::Starter approach.
:
: When used as a Module::Starter plugin, this module allows you to specify a
: 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".