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

Last updated: July 01,2024

1. Install "perl-ReadonlyX.noarch" package

Please follow the guidelines below to install perl-ReadonlyX.noarch on Fedora 36

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

2. Uninstall "perl-ReadonlyX.noarch" package

This is a short guide on how to uninstall perl-ReadonlyX.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:40:05 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-ReadonlyX
Version : 1.04
Release : 14.fc36
Architecture : noarch
Size : 27 k
Source : perl-ReadonlyX-1.04-14.fc36.src.rpm
Repository : fedora
Summary : Faster facility for creating read-only scalars, arrays, hashes
URL : https://metacpan.org/release/ReadonlyX/
License : GPL+ or Artistic
Description : ReadonlyX is a near-drop-in replacement for Readonly, the popular facility
: for creating non-modifiable variables. This is useful for configuration
: files, headers, etc. It can also be useful as a development and debugging
: tool for catching updates to variables that should not be changed.