How to Install and Uninstall perl-Readonly.noarch Package on Fedora 36

Last updated: October 11,2024

1. Install "perl-Readonly.noarch" package

This guide let you learn how to install perl-Readonly.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Readonly.noarch

2. Uninstall "perl-Readonly.noarch" package

Please follow the steps below to uninstall perl-Readonly.noarch on Fedora 36:

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

3. Information about the perl-Readonly.noarch package on Fedora 36

Last metadata expiration check: 2:46:58 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Readonly
Version : 2.05
Release : 17.fc36
Architecture : noarch
Size : 41 k
Source : perl-Readonly-2.05-17.fc36.src.rpm
Repository : fedora
Summary : Facility for creating read-only scalars, arrays, hashes
URL : https://metacpan.org/release/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