How to Install and Uninstall perl-Class-Singleton.noarch Package on Fedora 34

Last updated: July 02,2024

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

Please follow the guidelines below to install perl-Class-Singleton.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Class-Singleton.noarch

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

This is a short guide on how to uninstall perl-Class-Singleton.noarch on Fedora 34:

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

3. Information about the perl-Class-Singleton.noarch package on Fedora 34

Last metadata expiration check: 4:07:57 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Class-Singleton
Version : 1.6
Release : 2.fc34
Architecture : noarch
Size : 27 k
Source : perl-Class-Singleton-1.6-2.fc34.src.rpm
Repository : fedora
Summary : Implementation of a "Singleton" class
URL : https://metacpan.org/release/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.