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

Last updated: January 15,2025

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

In this section, we are going to explain the necessary steps to install perl-Module-Build-Tiny.noarch on Fedora 36

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

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

This tutorial shows how to uninstall perl-Module-Build-Tiny.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:13:20 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Module-Build-Tiny
Version : 0.039
Release : 22.fc36
Architecture : noarch
Size : 25 k
Source : perl-Module-Build-Tiny-0.039-22.fc36.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.