How to Install and Uninstall perl-Env.noarch Package on CentOS Stream 9

Last updated: November 26,2024

1. Install "perl-Env.noarch" package

In this section, we are going to explain the necessary steps to install perl-Env.noarch on CentOS Stream 9

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

2. Uninstall "perl-Env.noarch" package

This is a short guide on how to uninstall perl-Env.noarch on CentOS Stream 9:

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

3. Information about the perl-Env.noarch package on CentOS Stream 9

Last metadata expiration check: 0:49:20 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-Env
Version : 1.04
Release : 460.el9
Architecture : noarch
Size : 20 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.