How To Install perl-Class-Singleton.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-Class-Singleton.noarch in Amazon Linux 2. perl-Class-Singleton.noarch is Implementation of a “Singleton” class

Introduction

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

What is perl-Class-Singleton.noarch

This is the Class object class that can have only one instance in any system. An example of a Singleton might be a print spooler or system registry. This module implements a Singleton class from which other classes can be derived. By itself, the Class module does very little other than manage the instantiation of a single object. In deriving a class from Class module will inherit the Singleton instantiation method and can implement whatever specific functionality is required.

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

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

sudo yum -y install perl-Class-Singleton.noarch

How To Uninstall perl-Class-Singleton.noarch on Amazon Linux 2

To uninstall only the perl-Class-Singleton.noarch package we can use the following command:

sudo yum remove perl-Class-Singleton.noarch

perl-Class-Singleton.noarch Package Contents on Amazon Linux 2

/usr/share/doc/perl-Class-Singleton-1.4
/usr/share/doc/perl-Class-Singleton-1.4/Changes
/usr/share/doc/perl-Class-Singleton-1.4/README
/usr/share/man/man3/Class::Singleton.3pm.gz
/usr/share/perl5/vendor_perl/Class
/usr/share/perl5/vendor_perl/Class/Singleton.pm

References

Summary

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