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

Last updated: October 06,2024

1. Install "perl-Const-Fast.noarch" package

In this section, we are going to explain the necessary steps to install perl-Const-Fast.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Const-Fast.noarch

2. Uninstall "perl-Const-Fast.noarch" package

Please follow the step by step instructions below to uninstall perl-Const-Fast.noarch on Fedora 34:

$ sudo dnf remove perl-Const-Fast.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:22:19 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Const-Fast
Version : 0.014
Release : 23.fc34
Architecture : noarch
Size : 22 k
Source : perl-Const-Fast-0.014-23.fc34.src.rpm
Repository : fedora
Summary : Facility for creating read-only scalars, arrays, and hashes
URL : https://metacpan.org/release/Const-Fast
License : GPL+ or Artistic
Description : This the only function of this module and it is exported by default. It takes
: a scalar, array or hash left-value as first argument, and a list of one or
: more values depending on the type of the first argument as the value for the
: variable. It will set the variable to that value and subsequently make it
: read-only. Arrays and hashes will be made deeply read-only.