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

Last updated: June 26,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 36

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

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

Please follow the step by step instructions below to uninstall perl-Dist-Zilla-Plugin-ReversionOnRelease.noarch on Fedora 36:

$ 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 36

Last metadata expiration check: 0:39:01 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Dist-Zilla-Plugin-ReversionOnRelease
Version : 0.06
Release : 16.fc36
Architecture : noarch
Size : 22 k
Source : perl-Dist-Zilla-Plugin-ReversionOnRelease-0.06-16.fc36.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.