How to Install and Uninstall perl-Switch.noarch Package on Amazon Linux 2
Last updated: February 06,2025
1. Install "perl-Switch.noarch" package
Please follow the guidance below to install perl-Switch.noarch on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
perl-Switch.noarch
Copied
2. Uninstall "perl-Switch.noarch" package
This tutorial shows how to uninstall perl-Switch.noarch on Amazon Linux 2:
$
sudo yum remove
perl-Switch.noarch
Copied
$
sudo yum autoremove
Copied
3. Information about the perl-Switch.noarch package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : perl-Switch
Arch : noarch
Version : 2.16
Release : 7.amzn2
Size : 22 k
Repo : amzn2-core/2/x86_64
Summary : A switch statement for Perl
URL : http://search.cpan.org/dist/Switch/
License : GPL+ or Artistic
Description : Switch.pm provides the syntax and semantics for an explicit case
: mechanism for Perl. The syntax is minimal, introducing only the
: keywords C and C and conforming to the general
: pattern of existing Perl control structures. The semantics are
: particularly rich, allowing any one (or more) of nearly 30 forms
: of matching to be used when comparing a switch value with its
: various cases.
Available Packages
Name : perl-Switch
Arch : noarch
Version : 2.16
Release : 7.amzn2
Size : 22 k
Repo : amzn2-core/2/x86_64
Summary : A switch statement for Perl
URL : http://search.cpan.org/dist/Switch/
License : GPL+ or Artistic
Description : Switch.pm provides the syntax and semantics for an explicit case
: mechanism for Perl. The syntax is minimal, introducing only the
: keywords C
: pattern of existing Perl control structures. The semantics are
: particularly rich, allowing any one (or more) of nearly 30 forms
: of matching to be used when comparing a switch value with its
: various cases.