How to Install and Uninstall perl-Dist-Zilla.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "perl-Dist-Zilla.noarch" package

Please follow the guidance below to install perl-Dist-Zilla.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Dist-Zilla.noarch

2. Uninstall "perl-Dist-Zilla.noarch" package

Please follow the steps below to uninstall perl-Dist-Zilla.noarch on Fedora 34:

$ sudo dnf remove perl-Dist-Zilla.noarch $ sudo dnf autoremove

3. Information about the perl-Dist-Zilla.noarch package on Fedora 34

Last metadata expiration check: 0:10:51 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Dist-Zilla
Version : 6.023
Release : 1.fc34
Architecture : noarch
Size : 423 k
Source : perl-Dist-Zilla-6.023-1.fc34.src.rpm
Repository : updates
Summary : Distribution builder; installer not included!
URL : https://metacpan.org/release/Dist-Zilla
License : GPL+ or Artistic
Description : Dist::Zilla builds distributions of code to be uploaded to the CPAN. In
: this respect, it is like ExtUtils::MakeMaker, Module::Build, or
: Module::Install. Unlike those tools, however, it is not also a system for
: installing code that has been downloaded from the CPAN. Since it's only run
: by authors, and is meant to be run on a repository checkout rather than on
: published, released code, it can do much more than those tools, and is free
: to make much more ludicrous demands in terms of prerequisites.