How to Install and Uninstall perl-Server-Starter.noarch Package on Fedora 38

Last updated: November 29,2024

1. Install "perl-Server-Starter.noarch" package

This guide covers the steps necessary to install perl-Server-Starter.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-Server-Starter.noarch

2. Uninstall "perl-Server-Starter.noarch" package

This guide let you learn how to uninstall perl-Server-Starter.noarch on Fedora 38:

$ sudo dnf remove perl-Server-Starter.noarch $ sudo dnf autoremove

3. Information about the perl-Server-Starter.noarch package on Fedora 38

Last metadata expiration check: 3:52:51 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Server-Starter
Version : 0.35
Release : 12.fc38
Architecture : noarch
Size : 25 k
Source : perl-Server-Starter-0.35-12.fc38.src.rpm
Repository : fedora
Summary : Superdaemon for hot-deploying server programs
URL : https://metacpan.org/release/Server-Starter
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : It is often a pain to write a server program that supports graceful
: restarts, with no resource leaks. Server::Starter, solves the problem by
: splitting the task into two. One is start_server, a script provided as a
: part of the module, which works as a superdaemon that binds to zero or
: more TCP ports, and repeatedly spawns the server program that actually
: handles the necessary tasks (for example, responding to incoming
: connections). The spawned server programs under Server::Starter call
: accept(2) and handle the requests.