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

Last updated: April 27,2024

1. Install "perl-Readonly.noarch" package

This is a short guide on how to install perl-Readonly.noarch on Fedora 35

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

2. Uninstall "perl-Readonly.noarch" package

Please follow the guidance below to uninstall perl-Readonly.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:04:55 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Readonly
Version : 2.05
Release : 16.fc35
Architecture : noarch
Size : 41 k
Source : perl-Readonly-2.05-16.fc35.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