How to Install and Uninstall perl-Meta-Builder.noarch Package on Fedora 39

Last updated: October 15,2024

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

This tutorial shows how to install perl-Meta-Builder.noarch on Fedora 39

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

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

Please follow the step by step instructions below to uninstall perl-Meta-Builder.noarch on Fedora 39:

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

3. Information about the perl-Meta-Builder.noarch package on Fedora 39

Last metadata expiration check: 3:47:23 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Meta-Builder
Version : 0.004
Release : 15.fc39
Architecture : noarch
Size : 22 k
Source : perl-Meta-Builder-0.004-15.fc39.src.rpm
Repository : fedora
Summary : Tools for creating Meta objects to track custom metrics
URL : https://metacpan.org/release/Meta-Builder
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.