How to Install and Uninstall perl-Module-Build-Tiny.noarch Package on Rocky Linux 8

Last updated: April 27,2024

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

This tutorial shows how to install perl-Module-Build-Tiny.noarch on Rocky Linux 8

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

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

Please follow the instructions below to uninstall perl-Module-Build-Tiny.noarch on Rocky Linux 8:

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

3. Information about the perl-Module-Build-Tiny.noarch package on Rocky Linux 8

Last metadata expiration check: 1:33:17 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Module-Build-Tiny
Version : 0.039
Release : 15.el8
Architecture : noarch
Size : 30 k
Source : perl-Module-Build-Tiny-0.039-15.el8.src.rpm
Repository : epel
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.