How to Install and Uninstall perl-Readonly.noarch Package on Amazon Linux 2

Last updated: October 05,2024

1. Install "perl-Readonly.noarch" package

Please follow the instructions below to install perl-Readonly.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Readonly.noarch

2. Uninstall "perl-Readonly.noarch" package

Please follow the instructions below to uninstall perl-Readonly.noarch on Amazon Linux 2:

$ sudo yum remove perl-Readonly.noarch $ sudo yum autoremove

3. Information about the perl-Readonly.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Readonly
Arch : noarch
Version : 1.03
Release : 22.amzn2
Size : 28 k
Repo : amzn2-core/2/x86_64
Summary : Facility for creating read-only scalars, arrays, hashes
URL : http://search.cpan.org/dist/Readonly/
License : GPL+ or Artistic
Description : Readonly provides a facility for creating non-modifiable scalars,
: arrays, and hashes. Any attempt to modify a Readonly variable
: throws an exception.
:
: Readonly:
: * Creates scalars, arrays (not lists), and hashes
: * Creates variables that look and work like native perl variables
: * Creates global or lexical variables
: * Works at run-time or compile-time
: * Works with deep or shallow data structures
: * Prevents reassignment of Readonly variables