How to Install and Uninstall perl-Module-Build-Tiny.noarch Package on Fedora 34

Last updated: July 08,2024

1. Install "perl-Module-Build-Tiny.noarch" package

This guide covers the steps necessary to install perl-Module-Build-Tiny.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Module-Build-Tiny.noarch

2. Uninstall "perl-Module-Build-Tiny.noarch" package

This guide covers the steps necessary to uninstall perl-Module-Build-Tiny.noarch on Fedora 34:

$ sudo dnf remove perl-Module-Build-Tiny.noarch $ sudo dnf autoremove

3. Information about the perl-Module-Build-Tiny.noarch package on Fedora 34

Last metadata expiration check: 4:34:14 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Module-Build-Tiny
Version : 0.039
Release : 19.fc34
Architecture : noarch
Size : 25 k
Source : perl-Module-Build-Tiny-0.039-19.fc34.src.rpm
Repository : fedora
Summary : A tiny replacement for Module::Build
URL : https://metacpan.org/release/Module-Build-Tiny
License : GPL+ or Artistic
Description : Many Perl distributions use a Build.PL file instead of a Makefile.PL file to
: drive distribution configuration, build, test and installation. Traditionally,
: Build.PL uses Module::Build as the underlying build system. This module
: provides a simple, lightweight, drop-in replacement.
:
: Whereas Module::Build has over 6,700 lines of code; this module has less than
: 70, yet supports the features needed by most pure-Perl distributions.