How to Install and Uninstall perl-Net-Daemon Package on openSUSE Leap

Last updated: December 27,2024

1. Install "perl-Net-Daemon" package

This guide covers the steps necessary to install perl-Net-Daemon on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Net-Daemon

2. Uninstall "perl-Net-Daemon" package

Please follow the instructions below to uninstall perl-Net-Daemon on openSUSE Leap:

$ sudo zypper remove perl-Net-Daemon

3. Information about the perl-Net-Daemon package on openSUSE Leap

Information for package perl-Net-Daemon:
----------------------------------------
Repository : Main Repository
Name : perl-Net-Daemon
Version : 0.49-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 97.1 KiB
Installed : No
Status : not installed
Source package : perl-Net-Daemon-0.49-bp155.2.9.src
Upstream URL : https://metacpan.org/release/Net-Daemon
Summary : Perl extension for portable daemons
Description :
Net::Daemon is an abstract base class for implementing portable server
applications in a very simple way. The module is designed for Perl 5.005
and threads, but can work with fork() and Perl 5.004.
The Net::Daemon class offers methods for the most common tasks a daemon
needs: Starting up, logging, accepting clients, authorization, restricting
its own environment for security and doing the true work. You only have to
override those methods that aren't appropriate for you, but typically
inheriting will safe you a lot of work anyways.