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

Last updated: October 06,2024

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 34

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

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

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

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

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

Last metadata expiration check: 3:26:00 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-MooseX-Singleton
Version : 0.30
Release : 14.fc34
Architecture : noarch
Size : 35 k
Source : perl-MooseX-Singleton-0.30-14.fc34.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.