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

Last updated: May 20,2024

1. Install "perl-version.x86_64" package

This guide let you learn how to install perl-version.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "perl-version.x86_64" package

Learn how to uninstall perl-version.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 1:57:18 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-version
Epoch : 6
Version : 0.99.24
Release : 1.el8
Architecture : x86_64
Size : 67 k
Source : perl-version-0.99.24-1.el8.src.rpm
Repository : ubi-8-appstream-rpms
Summary : Perl extension for Version Objects
URL : http://search.cpan.org/dist/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.