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

Last updated: July 01,2024

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

This guide covers the steps necessary to install perl-Module-Starter-PBP.noarch on Fedora 36

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

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

This tutorial shows how to uninstall perl-Module-Starter-PBP.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:12:32 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Module-Starter-PBP
Version : 0.000003
Release : 41.fc36
Architecture : noarch
Size : 20 k
Source : perl-Module-Starter-PBP-0.000003-41.fc36.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".