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

Last updated: October 05,2024

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

Please follow the guidelines below to install perl-Server-Starter.noarch on Fedora 34

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

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

This tutorial shows how to uninstall perl-Server-Starter.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:42:00 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Server-Starter
Version : 0.35
Release : 5.fc34
Architecture : noarch
Size : 27 k
Source : perl-Server-Starter-0.35-5.fc34.src.rpm
Repository : fedora
Summary : Superdaemon for hot-deploying server programs
URL : https://metacpan.org/release/Server-Starter
License : GPL+ or Artistic
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.