How To Install perl-Archive-Tar.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-Archive-Tar.noarch in Amazon Linux 2. perl-Archive-Tar.noarch is A module for Perl manipulation of .tar files

Introduction

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

What is perl-Archive-Tar.noarch

Archive tar files. It provides class methods for quick and easy files handling while also allowing for the creation of tar file objects for custom manipulation. If you have the IO installed, Archive tar files.

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

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

sudo yum -y install perl-Archive-Tar.noarch

How To Uninstall perl-Archive-Tar.noarch on Amazon Linux 2

To uninstall only the perl-Archive-Tar.noarch package we can use the following command:

sudo yum remove perl-Archive-Tar.noarch

perl-Archive-Tar.noarch Package Contents on Amazon Linux 2

/usr/bin/ptar
/usr/bin/ptardiff
/usr/bin/ptargrep
/usr/share/doc/perl-Archive-Tar-1.92
/usr/share/doc/perl-Archive-Tar-1.92/CHANGES
/usr/share/doc/perl-Archive-Tar-1.92/README
/usr/share/man/man1/ptar.1.gz
/usr/share/man/man1/ptardiff.1.gz
/usr/share/man/man1/ptargrep.1.gz
/usr/share/man/man3/Archive::Tar.3pm.gz
/usr/share/man/man3/Archive::Tar::File.3pm.gz
/usr/share/perl5/vendor_perl/Archive
/usr/share/perl5/vendor_perl/Archive/Tar
/usr/share/perl5/vendor_perl/Archive/Tar.pm
/usr/share/perl5/vendor_perl/Archive/Tar/Constant.pm
/usr/share/perl5/vendor_perl/Archive/Tar/File.pm

References

Summary

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