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

Last updated: October 04,2024

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

Here is a brief guide to show you how to install perl-Dist-Zilla-Plugin-ReversionOnRelease.noarch on Fedora 34

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

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

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

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

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

Last metadata expiration check: 0:24:22 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Dist-Zilla-Plugin-ReversionOnRelease
Version : 0.06
Release : 13.fc34
Architecture : noarch
Size : 22 k
Source : perl-Dist-Zilla-Plugin-ReversionOnRelease-0.06-13.fc34.src.rpm
Repository : fedora
Summary : Bump and reversion version on release
URL : https://metacpan.org/release/Dist-Zilla-Plugin-ReversionOnRelease
License : GPL+ or Artistic
Description : This is a Dist::Zilla plugin that bumps version (a la perl-reversion -bump)
: in-place with the .pm files inside lib. You should most likely use this
: plugin in combination with Dist::Zilla::Plugin::VersionFromModule so that
: current VERSION is taken out of your main module, and then the released
: file is written back after the release with
: Dist::Zilla::Plugin::CopyFilesFromRelease.