How to Install and Uninstall perl-version.x86_64 Package on Amazon Linux 2

Last updated: June 29,2024

1. Install "perl-version.x86_64" package

This guide let you learn how to install perl-version.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum 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 Amazon Linux 2:

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

3. Information about the perl-version.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-version
Arch : x86_64
Epoch : 3
Version : 0.99.07
Release : 3.amzn2
Size : 84 k
Repo : amzn2-core/2/x86_64
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.