How To Install perl-B-Lint.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-B-Lint.noarch in Amazon Linux 2. perl-B-Lint.noarch is Perl lint

Introduction

In this tutorial we learn how to install perl-B-Lint.noarch on Amazon Linux 2.

What is perl-B-Lint.noarch

The B option of perl. It is named after the program lint which carries out a similar process for C programs.

We can use yum to install perl-B-Lint.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-B-Lint.noarch.

Install perl-B-Lint.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-B-Lint.noarch using yum by running the following command:

sudo yum -y install perl-B-Lint.noarch

How To Uninstall perl-B-Lint.noarch on Amazon Linux 2

To uninstall only the perl-B-Lint.noarch package we can use the following command:

sudo yum remove perl-B-Lint.noarch

perl-B-Lint.noarch Package Contents on Amazon Linux 2

/usr/share/doc/perl-B-Lint-1.17
/usr/share/doc/perl-B-Lint-1.17/Changes
/usr/share/doc/perl-B-Lint-1.17/README
/usr/share/man/man3/B::Lint.3pm.gz
/usr/share/man/man3/B::Lint::Debug.3pm.gz
/usr/share/perl5/vendor_perl/B
/usr/share/perl5/vendor_perl/B/Lint
/usr/share/perl5/vendor_perl/B/Lint.pm
/usr/share/perl5/vendor_perl/B/Lint/Debug.pm

References

Summary

In this tutorial we learn how to install perl-B-Lint.noarch on Amazon Linux 2 using yum.