How to Install and Uninstall perl-version.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 29,2024

1. Install "perl-version.x86_64" package

Please follow the step by step instructions below to install perl-version.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-version.x86_64

2. Uninstall "perl-version.x86_64" package

Please follow the guidance below to uninstall perl-version.x86_64 on CentOS 7 / RHEL 7:

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

3. Information about the perl-version.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-version
Arch : x86_64
Epoch : 3
Version : 0.99.07
Release : 6.el7
Size : 214 k
Repo : installed
From repo : base
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.