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

Last updated: November 26,2024

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

This guide let you learn how to install perl-Module-Build-Tiny.noarch on Fedora 39

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

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

Please follow the guidance below to uninstall perl-Module-Build-Tiny.noarch on Fedora 39:

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

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

Last metadata expiration check: 3:52:39 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Module-Build-Tiny
Version : 0.047
Release : 1.fc39
Architecture : noarch
Size : 26 k
Source : perl-Module-Build-Tiny-0.047-1.fc39.src.rpm
Repository : updates
Summary : A tiny replacement for Module::Build
URL : https://metacpan.org/release/Module-Build-Tiny
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.