How to Install and Uninstall perl-Env.noarch Package on CentOS 8 / RHEL 8

Last updated: May 15,2024

1. Install "perl-Env.noarch" package

Learn how to install perl-Env.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "perl-Env.noarch" package

Learn how to uninstall perl-Env.noarch on CentOS 8 / RHEL 8:

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

3. Information about the perl-Env.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:36:58 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : perl-Env
Version : 1.04
Release : 395.el8
Architecture : noarch
Size : 21 k
Source : perl-Env-1.04-395.el8.src.rpm
Repository : appstream
Summary : Perl module that imports environment variables as scalars or arrays
URL : http://search.cpan.org/dist/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.