How To Install perl-Config-Tiny.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-Config-Tiny.noarch in Amazon Linux 2. perl-Config-Tiny.noarch is Perl module for reading and writing .ini style configuration files

Introduction

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

What is perl-Config-Tiny.noarch

Config .ini style configuration files. It is designed for simplicity and ease of use, and thus only supports the most basic operations.

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

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

sudo yum -y install perl-Config-Tiny.noarch

How To Uninstall perl-Config-Tiny.noarch on Amazon Linux 2

To uninstall only the perl-Config-Tiny.noarch package we can use the following command:

sudo yum remove perl-Config-Tiny.noarch

perl-Config-Tiny.noarch Package Contents on Amazon Linux 2

/usr/share/doc/perl-Config-Tiny-2.14
/usr/share/doc/perl-Config-Tiny-2.14/Changes
/usr/share/doc/perl-Config-Tiny-2.14/LICENSE
/usr/share/doc/perl-Config-Tiny-2.14/README
/usr/share/man/man3/Config::Tiny.3pm.gz
/usr/share/perl5/vendor_perl/Config
/usr/share/perl5/vendor_perl/Config/Tiny.pm

References

Summary

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