How To Install perl-Module-Build-Tiny on Fedora 36
Introduction
In this tutorial we learn how to install perl-Module-Build-Tiny
on Fedora 36.
What is perl-Module-Build-Tiny
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 provides a simple, lightweight, drop-in replacement. Whereas Module 70, yet supports the features needed by most pure-Perl distributions.
We can use yum
or dnf
to install perl-Module-Build-Tiny
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Module-Build-Tiny.
Install perl-Module-Build-Tiny on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-Module-Build-Tiny
using dnf
by running the following command:
sudo dnf -y install perl-Module-Build-Tiny
Install perl-Module-Build-Tiny on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-Module-Build-Tiny
using yum
by running the following command:
sudo yum -y install perl-Module-Build-Tiny
How To Uninstall perl-Module-Build-Tiny on Fedora 36
To uninstall only the perl-Module-Build-Tiny
package we can use the following command:
sudo dnf remove perl-Module-Build-Tiny
perl-Module-Build-Tiny Package Contents on Fedora 36
/usr/share/doc/perl-Module-Build-Tiny
/usr/share/doc/perl-Module-Build-Tiny/Changes
/usr/share/doc/perl-Module-Build-Tiny/README
/usr/share/doc/perl-Module-Build-Tiny/Todo
/usr/share/licenses/perl-Module-Build-Tiny
/usr/share/licenses/perl-Module-Build-Tiny/LICENSE
/usr/share/man/man3/Module::Build::Tiny.3pm.gz
/usr/share/perl5/vendor_perl/Module
/usr/share/perl5/vendor_perl/Module/Build
/usr/share/perl5/vendor_perl/Module/Build/Tiny.pm
References
Summary
In this tutorial we learn how to install perl-Module-Build-Tiny
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).