How to Install and Uninstall perl-version.src Package on Oracle Linux 9

Last updated: May 18,2024

1. Install "perl-version.src" package

In this section, we are going to explain the necessary steps to install perl-version.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-version.src

2. Uninstall "perl-version.src" package

This is a short guide on how to uninstall perl-version.src on Oracle Linux 9:

$ sudo dnf remove perl-version.src $ sudo dnf autoremove

3. Information about the perl-version.src package on Oracle Linux 9

Last metadata expiration check: 2:32:23 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-version
Epoch : 7
Version : 0.99.28
Release : 4.el9
Architecture : src
Size : 175 k
Source : None
Repository : ol9_appstream
Summary : Perl extension for Version Objects
URL : https://metacpan.org/release/version
License : GPL+ or Artistic
Description : Version objects were added to Perl in 5.10. This module implements version
: objects for older version of Perl and provides the version object API for
: all versions of Perl. All previous releases before 0.74 are deprecated and
: should not be used due to incompatible API changes. Version 0.77 introduces
: the new 'parse' and 'declare' methods to standardize usage. You are
: strongly urged to set 0.77 as a minimum in your code.