How to Install and Uninstall perl-Server-Starter.noarch Package on Fedora 35
Last updated: November 02,2024
1. Install "perl-Server-Starter.noarch" package
Learn how to install perl-Server-Starter.noarch on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
perl-Server-Starter.noarch
Copied
2. Uninstall "perl-Server-Starter.noarch" package
This tutorial shows how to uninstall perl-Server-Starter.noarch on Fedora 35:
$
sudo dnf remove
perl-Server-Starter.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Server-Starter.noarch package on Fedora 35
Last metadata expiration check: 3:39:53 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Server-Starter
Version : 0.35
Release : 7.fc35
Architecture : noarch
Size : 26 k
Source : perl-Server-Starter-0.35-7.fc35.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.
Available Packages
Name : perl-Server-Starter
Version : 0.35
Release : 7.fc35
Architecture : noarch
Size : 26 k
Source : perl-Server-Starter-0.35-7.fc35.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.