How To Install perl-Version-Next on Fedora 36

In this tutorial we learn how to install perl-Version-Next in Fedora 36. perl-Version-Next is Increment module version numbers simply and correctly

Introduction

In this tutorial we learn how to install perl-Version-Next on Fedora 36.

What is perl-Version-Next

This module provides a simple, correct way to increment a Perl module version number. It does not attempt to guess what the original version number author intended, it simply increments in the smallest possible fashion. Decimals are incremented like an odometer. Dotted decimals are incremented piece-wise and presented in a standardized way.

We can use yum or dnf to install perl-Version-Next on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Version-Next.

Install perl-Version-Next on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Version-Next using dnf by running the following command:

sudo dnf -y install perl-Version-Next

Install perl-Version-Next on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Version-Next using yum by running the following command:

sudo yum -y install perl-Version-Next

How To Uninstall perl-Version-Next on Fedora 36

To uninstall only the perl-Version-Next package we can use the following command:

sudo dnf remove perl-Version-Next

perl-Version-Next Package Contents on Fedora 36

/usr/share/doc/perl-Version-Next
/usr/share/doc/perl-Version-Next/Changes
/usr/share/doc/perl-Version-Next/README
/usr/share/licenses/perl-Version-Next
/usr/share/licenses/perl-Version-Next/LICENSE
/usr/share/man/man3/Version::Next.3pm.gz
/usr/share/perl5/vendor_perl/Version
/usr/share/perl5/vendor_perl/Version/Next.pm

References

Summary

In this tutorial we learn how to install perl-Version-Next on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).