How to Install and Uninstall perl-MooseX-Singleton.noarch Package on Fedora 39

Last updated: February 08,2025

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

In this section, we are going to explain the necessary steps to install perl-MooseX-Singleton.noarch on Fedora 39

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

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

Please follow the guidance below to uninstall perl-MooseX-Singleton.noarch on Fedora 39:

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

3. Information about the perl-MooseX-Singleton.noarch package on Fedora 39

Last metadata expiration check: 4:18:42 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-MooseX-Singleton
Version : 0.30
Release : 21.fc39
Architecture : noarch
Size : 30 k
Source : perl-MooseX-Singleton-0.30-21.fc39.src.rpm
Repository : fedora
Summary : Turn your Moose class into a singleton
URL : https://metacpan.org/release/MooseX-Singleton
License : GPL+ or Artistic
Description : A singleton is a class that has only one instance in an application.
: MooseX::Singleton lets you easily upgrade (or downgrade, as it were) your
: Moose class to a singleton.