How to Install and Uninstall perl-Readonly.noarch Package on Fedora 38
Last updated: November 25,2024
1. Install "perl-Readonly.noarch" package
This tutorial shows how to install perl-Readonly.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
perl-Readonly.noarch
Copied
2. Uninstall "perl-Readonly.noarch" package
Please follow the instructions below to uninstall perl-Readonly.noarch on Fedora 38:
$
sudo dnf remove
perl-Readonly.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Readonly.noarch package on Fedora 38
Last metadata expiration check: 0:40:50 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : perl-Readonly
Version : 2.05
Release : 20.fc38
Architecture : noarch
Size : 44 k
Source : perl-Readonly-2.05-20.fc38.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
Available Packages
Name : perl-Readonly
Version : 2.05
Release : 20.fc38
Architecture : noarch
Size : 44 k
Source : perl-Readonly-2.05-20.fc38.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