How to Install and Uninstall perl-Version-Next.noarch Package on Fedora 39

Last updated: January 13,2025

1. Install "perl-Version-Next.noarch" package

This guide let you learn how to install perl-Version-Next.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Version-Next.noarch

2. Uninstall "perl-Version-Next.noarch" package

This guide covers the steps necessary to uninstall perl-Version-Next.noarch on Fedora 39:

$ sudo dnf remove perl-Version-Next.noarch $ sudo dnf autoremove

3. Information about the perl-Version-Next.noarch package on Fedora 39

Last metadata expiration check: 5:33:42 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Version-Next
Version : 1.000
Release : 20.fc39
Architecture : noarch
Size : 18 k
Source : perl-Version-Next-1.000-20.fc39.src.rpm
Repository : fedora
Summary : Increment module version numbers simply and correctly
URL : https://metacpan.org/release/Version-Next
License : ASL 2.0
Description : 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.