How to Install and Uninstall perl-Class-Singleton.noarch Package on Amazon Linux 2

Last updated: May 03,2024

1. Install "perl-Class-Singleton.noarch" package

In this section, we are going to explain the necessary steps to install perl-Class-Singleton.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Class-Singleton.noarch

2. Uninstall "perl-Class-Singleton.noarch" package

Please follow the step by step instructions below to uninstall perl-Class-Singleton.noarch on Amazon Linux 2:

$ sudo yum remove perl-Class-Singleton.noarch $ sudo yum autoremove

3. Information about the perl-Class-Singleton.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Class-Singleton
Arch : noarch
Version : 1.4
Release : 14.amzn2
Size : 18 k
Repo : amzn2-core/2/x86_64
Summary : Implementation of a "Singleton" class
URL : http://search.cpan.org/dist/Class-Singleton/
License : GPL+ or Artistic
Description : This is the Class::Singleton module. A Singleton describes an
: 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::Singleton
: module does very little other than manage the instantiation of a
: single object. In deriving a class from Class::Singleton, your
: module will inherit the Singleton instantiation method and can
: implement whatever specific functionality is required.