How to Install and Uninstall perl-MooseX-Singleton Package on openSuSE Tumbleweed

Last updated: June 14,2024

1. Install "perl-MooseX-Singleton" package

Please follow the guidelines below to install perl-MooseX-Singleton on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-MooseX-Singleton

2. Uninstall "perl-MooseX-Singleton" package

Please follow the guidelines below to uninstall perl-MooseX-Singleton on openSuSE Tumbleweed:

$ sudo zypper remove perl-MooseX-Singleton

3. Information about the perl-MooseX-Singleton package on openSuSE Tumbleweed

Information for package perl-MooseX-Singleton:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-MooseX-Singleton
Version : 0.30-1.26
Arch : noarch
Vendor : openSUSE
Installed Size : 49.2 KiB
Installed : No
Status : not installed
Source package : perl-MooseX-Singleton-0.30-1.26.src
Upstream URL : http://search.cpan.org/dist/MooseX-Singleton/
Summary : Turn your Moose class into a singleton
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.
All you should need to do to transform your class is to change 'use Moose'
to 'use MooseX::Singleton'. This module uses metaclass roles to do its
magic, so it should cooperate with most other 'MooseX' modules.