How to Install and Uninstall perl-Env.noarch Package on Amazon Linux 2
Last updated: November 25,2024
1. Install "perl-Env.noarch" package
This guide let you learn how to install perl-Env.noarch on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
perl-Env.noarch
Copied
2. Uninstall "perl-Env.noarch" package
This tutorial shows how to uninstall perl-Env.noarch on Amazon Linux 2:
$
sudo yum remove
perl-Env.noarch
Copied
$
sudo yum autoremove
Copied
3. Information about the perl-Env.noarch package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : perl-Env
Arch : noarch
Version : 1.04
Release : 2.amzn2
Size : 16 k
Repo : amzn2-core/2/x86_64
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.
Available Packages
Name : perl-Env
Arch : noarch
Version : 1.04
Release : 2.amzn2
Size : 16 k
Repo : amzn2-core/2/x86_64
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.