How to Install and Uninstall perl-Meta-Builder.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 24,2024

1. Install "perl-Meta-Builder.noarch" package

This is a short guide on how to install perl-Meta-Builder.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-Meta-Builder.noarch

2. Uninstall "perl-Meta-Builder.noarch" package

This is a short guide on how to uninstall perl-Meta-Builder.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove perl-Meta-Builder.noarch $ sudo dnf autoremove

3. Information about the perl-Meta-Builder.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:54:22 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Meta-Builder
Version : 0.004
Release : 7.el8
Architecture : noarch
Size : 27 k
Source : perl-Meta-Builder-0.004-7.el8.src.rpm
Repository : epel
Summary : Tools for creating Meta objects to track custom metrics
URL : https://metacpan.org/release/Meta-Builder
License : GPL+ or Artistic
Description : Meta programming is becoming more and more popular. The popularity of Meta
: programming comes from the fact that many problems are made significantly
: easier. There are a few specialized Meta tools out there, for instance
: Class:MOP which is used by Moose to track class metadata.