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

Last updated: October 05,2024

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

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

$ 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 34:

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

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

Last metadata expiration check: 1:48:04 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Version-Next
Version : 1.000
Release : 13.fc34
Architecture : noarch
Size : 19 k
Source : perl-Version-Next-1.000-13.fc34.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.