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

Last updated: January 11,2025

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

This is a short guide on how to install perl-Dist-Zilla-Plugin-ReversionOnRelease.noarch on Fedora 38

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

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

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

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

Last metadata expiration check: 3:59:37 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Dist-Zilla-Plugin-ReversionOnRelease
Version : 0.06
Release : 19.fc38
Architecture : noarch
Size : 21 k
Source : perl-Dist-Zilla-Plugin-ReversionOnRelease-0.06-19.fc38.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.