How to Install and Uninstall perl-common-sense.noarch Package on Amazon Linux 2

Last updated: November 24,2024

1. Install "perl-common-sense.noarch" package

Learn how to install perl-common-sense.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-common-sense.noarch

2. Uninstall "perl-common-sense.noarch" package

Learn how to uninstall perl-common-sense.noarch on Amazon Linux 2:

$ sudo yum remove perl-common-sense.noarch $ sudo yum autoremove

3. Information about the perl-common-sense.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-common-sense
Arch : noarch
Version : 3.6
Release : 4.amzn2
Size : 28 k
Repo : amzn2-core/2/x86_64
Summary : "Common sense" Perl defaults
URL : http://search.cpan.org/dist/common-sense
License : GPL+ or Artistic
Description : This module implements some sane defaults for Perl programs, as
: defined by two typical (or not so typical - use your common sense)
: specimens of Perl coders:
:
: It's supposed to be mostly the same, with much lower memory usage,
: as:
:
: use utf8;
: use strict qw(vars subs);
: use feature qw(say state switch);
: use feature qw(unicode_strings unicode_eval current_sub fc
: evalbytes); no feature qw(array_base);
: no warnings;
: use warnings qw(FATAL closed threads internal debugging
: pack
: portable prototype inplace io pipe unpack
: malloc deprecated glob digit printf layer
: reserved taint closure semicolon);
: no warnings qw(exec newline unopened);