How to Install and Uninstall perl-Env.noarch Package on Rocky Linux 9

Last updated: May 07,2024

1. Install "perl-Env.noarch" package

Please follow the guidelines below to install perl-Env.noarch on Rocky Linux 9

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

2. Uninstall "perl-Env.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Env.noarch on Rocky Linux 9:

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

3. Information about the perl-Env.noarch package on Rocky Linux 9

Last metadata expiration check: 0:03:28 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Env
Version : 1.04
Release : 460.el9
Architecture : noarch
Size : 19 k
Source : perl-Env-1.04-460.el9.src.rpm
Repository : appstream
Summary : Perl module that imports environment variables as scalars or arrays
URL : https://metacpan.org/release/Env
License : GPL+ or Artistic
Description : Perl maintains environment variables in a special hash named %ENV. For when
: this access method is inconvenient, the Perl module Env allows environment
: variables to be treated as scalar or array variables.