How to Install and Uninstall libserver-starter-perl Package on Kali Linux

Last updated: May 07,2024

1. Install "libserver-starter-perl" package

This tutorial shows how to install libserver-starter-perl on Kali Linux

$ 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 Kali Linux:

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

3. Information about the libserver-starter-perl package on Kali Linux

Package: libserver-starter-perl
Version: 0.35-2
Installed-Size: 51
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 18276
SHA256: aa5491c8919415b4a50e8977805783d154f7d8005e7721e66d8df445b1369446
SHA1: 8171ce4a25dfe8350061e37bbd5eeb49484a1521
MD5sum: a3997a8d29e134e705d57dbfad930c2b
Description: 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:
Homepage: https://metacpan.org/release/Server-Starter
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libs/libserver-starter-perl/libserver-starter-perl_0.35-2_all.deb