How to Install and Uninstall perl-Tie-Hash-ReadonlyStack.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "perl-Tie-Hash-ReadonlyStack.noarch" package

Learn how to install perl-Tie-Hash-ReadonlyStack.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Tie-Hash-ReadonlyStack.noarch

2. Uninstall "perl-Tie-Hash-ReadonlyStack.noarch" package

Please follow the instructions below to uninstall perl-Tie-Hash-ReadonlyStack.noarch on Fedora 34:

$ sudo dnf remove perl-Tie-Hash-ReadonlyStack.noarch $ sudo dnf autoremove

3. Information about the perl-Tie-Hash-ReadonlyStack.noarch package on Fedora 34

Last metadata expiration check: 0:00:44 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Tie-Hash-ReadonlyStack
Version : 0.2
Release : 14.fc34
Architecture : noarch
Size : 21 k
Source : perl-Tie-Hash-ReadonlyStack-0.2-14.fc34.src.rpm
Repository : fedora
Summary : Treat multiple hashes as a single hash with copy-on-write modifications
URL : https://metacpan.org/release/Tie-Hash-ReadonlyStack
License : GPL+ or Artistic
Description : This Perl module allows you to have your main hash and then assign hashes to
: look for the given key in either before or after the main hash. It also allows
: you to use hashes that are read-only in said stack and then assign new values
: there without modifying the hashes they came from.