How to Install and Uninstall perl-Net-Daemon Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "perl-Net-Daemon" package

Please follow the instructions below to install perl-Net-Daemon on openSuSE Tumbleweed

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

2. Uninstall "perl-Net-Daemon" package

This guide let you learn how to uninstall perl-Net-Daemon on openSuSE Tumbleweed:

$ sudo zypper remove perl-Net-Daemon

3. Information about the perl-Net-Daemon package on openSuSE Tumbleweed

Information for package perl-Net-Daemon:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Net-Daemon
Version : 0.49-1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 96.3 KiB
Installed : No
Status : not installed
Source package : perl-Net-Daemon-0.49-1.17.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.