How to Install and Uninstall libserver-starter-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 05,2024

1. Install "libserver-starter-perl" package

Learn how to install libserver-starter-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libserver-starter-perl

2. Uninstall "libserver-starter-perl" package

Here is a brief guide to show you how to uninstall libserver-starter-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libserver-starter-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libserver-starter-perl package on Ubuntu 21.10 (Impish Indri)

Package: libserver-starter-perl
Architecture: all
Version: 0.35-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 50
Depends: perl
Filename: pool/universe/libs/libserver-starter-perl/libserver-starter-perl_0.35-1_all.deb
Size: 17092
MD5sum: 9c263e95cae1477fbc779b25962021c9
SHA1: 5fe33ab78de4f82dfebd2c07078e3ee0e5fcf1ae
SHA256: f3d79726f2edab1a13d29567e831d3dc17a87e0e3e5ad4916418a287639f1253
SHA512: ccd9b4729a8e7456c244e23d439b8c249b1d888e12f6ace65036cf5ef9b40a3f6d80252a693ddb8db6c4a6758b894791c8e4d5d7beb83dfb0c9c63fb22ea4448
Homepage: https://metacpan.org/release/Server-Starter
Description-en: superdaemon for hot-deploying Perl server programs
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 or unix
sockets, and repeatedly spawns the server program that actually handles the
necessary tasks (for example, responding to incoming commenctions). The spawned
server programs under Server::Starter call accept(2) and handle the requests.
.
To gracefully restart the server program, send SIGHUP to the superdaemon. The
superdaemon spawns a new server program, and if (and only if) it starts up
successfully, sends SIGTERM to the old server program.
Description-md5: 4f73c904dc55de5ad3bf5674d8d2016d