How To Install perl-Test-NoTabs.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-Test-NoTabs.noarch in Amazon Linux 2. perl-Test-NoTabs.noarch is Check the presence of tabs in your project

Introduction

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

What is perl-Test-NoTabs.noarch

This module scans your project/distribution for any perl files (scripts, modules, etc.) for the presence of tabs.

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

Install perl-Test-NoTabs.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-Test-NoTabs.noarch using yum by running the following command:

sudo yum -y install perl-Test-NoTabs.noarch

How To Uninstall perl-Test-NoTabs.noarch on Amazon Linux 2

To uninstall only the perl-Test-NoTabs.noarch package we can use the following command:

sudo yum remove perl-Test-NoTabs.noarch

perl-Test-NoTabs.noarch Package Contents on Amazon Linux 2

/usr/share/doc/perl-Test-NoTabs-1.3
/usr/share/doc/perl-Test-NoTabs-1.3/Changes
/usr/share/doc/perl-Test-NoTabs-1.3/README
/usr/share/man/man3/Test::NoTabs.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/NoTabs.pm

References

Summary

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