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

Last updated: October 12,2024

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

This guide let you learn how to install perl-Tie-Hash-ReadonlyStack.noarch on Fedora 39

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

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

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

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

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

Last metadata expiration check: 3:43:26 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Tie-Hash-ReadonlyStack
Version : 0.2
Release : 21.fc39
Architecture : noarch
Size : 21 k
Source : perl-Tie-Hash-ReadonlyStack-0.2-21.fc39.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.