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

Last updated: September 28,2024

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

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

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

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

This guide covers the steps necessary to uninstall perl-Class-Singleton.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:10:08 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Class-Singleton
Version : 1.6
Release : 8.fc38
Architecture : noarch
Size : 25 k
Source : perl-Class-Singleton-1.6-8.fc38.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.