How to Install and Uninstall perl-MooseX-Daemonize Package on openSUSE Leap

Last updated: May 19,2024

1. Install "perl-MooseX-Daemonize" package

Please follow the instructions below to install perl-MooseX-Daemonize on openSUSE Leap

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

2. Uninstall "perl-MooseX-Daemonize" package

Please follow the steps below to uninstall perl-MooseX-Daemonize on openSUSE Leap:

$ sudo zypper remove perl-MooseX-Daemonize

3. Information about the perl-MooseX-Daemonize package on openSUSE Leap

Information for package perl-MooseX-Daemonize:
----------------------------------------------
Repository : Main Repository
Name : perl-MooseX-Daemonize
Version : 0.22-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 90.6 KiB
Installed : No
Status : not installed
Source package : perl-MooseX-Daemonize-0.22-bp155.2.8.src
Upstream URL : https://metacpan.org/release/MooseX-Daemonize
Summary : Role for daemonizing your Moose based application
Description :
Often you want to write a persistent daemon that has a pid file, and
responds appropriately to Signals. This module provides a set of basic
roles as an infrastructure to do that.