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

Last updated: October 06,2024

1. Install "perl-ReadonlyX.noarch" package

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

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

2. Uninstall "perl-ReadonlyX.noarch" package

This guide covers the steps necessary to uninstall perl-ReadonlyX.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:13:54 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-ReadonlyX
Version : 1.04
Release : 11.fc34
Architecture : noarch
Size : 27 k
Source : perl-ReadonlyX-1.04-11.fc34.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.