How to Install and Uninstall perl-version.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "perl-version.x86_64" package

Please follow the guidance below to install perl-version.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "perl-version.x86_64" package

This guide covers the steps necessary to uninstall perl-version.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-version.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:41:21 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-version
Epoch : 7
Version : 0.99.28
Release : 4.el9
Architecture : x86_64
Size : 67 k
Source : perl-version-0.99.28-4.el9.src.rpm
Repository : ubi-9-appstream-rpms
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.