How to Install and Uninstall libserver-starter-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 08,2024

1. Install "libserver-starter-perl" package

Here is a brief guide to show you how to install libserver-starter-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libserver-starter-perl" package

Please follow the guidelines below to uninstall libserver-starter-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libserver-starter-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libserver-starter-perl
Priority: optional
Section: universe/perl
Installed-Size: 50
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.32-1
Depends: perl
Filename: pool/universe/libs/libserver-starter-perl/libserver-starter-perl_0.32-1_all.deb
Size: 16548
MD5sum: ece385c4d48d6ac03ec9724f7e1643b2
SHA1: 970e3ea2f950a4922bdd4eb29dd1cfb1f2f05090
SHA256: 00adc91778fe77dc1ffc197b384dd1d176eaf3aa68ec55f1505bc04e07acc354
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
Homepage: https://metacpan.org/release/Server-Starter
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu