How to Install and Uninstall starman Package on Kali Linux

Last updated: May 09,2024

1. Install "starman" package

This guide covers the steps necessary to install starman on Kali Linux

$ sudo apt update $ sudo apt install starman

2. Uninstall "starman" package

In this section, we are going to explain the necessary steps to uninstall starman on Kali Linux:

$ sudo apt remove starman $ sudo apt autoclean && sudo apt autoremove

3. Information about the starman package on Kali Linux

Package: starman
Version: 0.4017-1
Installed-Size: 74
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libdata-dump-perl, libhttp-date-perl, libhttp-parser-xs-perl, libnet-server-perl, libnet-server-ss-prefork-perl, libplack-perl, libwww-perl
Recommends: libserver-starter-perl
Size: 28104
SHA256: 3808e62cde9f6975d855ebdfdae4af0ef5cbd89fe2fef04fddec434893aeeb04
SHA1: 6f3cbd4504dc72410f476bd0c813faca8e2892ad
MD5sum: e2e91d497399c3687e39e9de414c3607
Description: high-performance preforking PSGI/Plack web server
Starman is a PSGI perl web server that has unique features such as:
* High Performance - Uses the fast XS/C HTTP header parser
* Preforking - Spawns workers preforked like most high performance UNIX
servers do. Starman also reaps dead children and automatically restarts
the worker pool.
* Signals - Supports HUP for graceful restarts, and TTIN/TTOU to
dynamically increase or decrease the number of worker processes.
* Superdaemon aware - Supports Server::Starter for hot deploy and
graceful restarts.
* Multiple interfaces and UNIX Domain Socket support - Able to listen
on multiple intefaces including UNIX sockets.
* Small memory footprint - Preloading the applications with --preload-app
command line option enables copy-on-write friendly memory management.
Also, the minimum memory usage Starman requires for the master process
is 7MB and children (workers) is less than 3.0MB.
* PSGI compatible - Can run any PSGI applications and frameworks
* HTTP/1.1 support - Supports chunked requests and responses, keep-alive
and pipeline requests.
Description-md5:
Homepage: https://metacpan.org/release/Starman
Tag: network::server, role::program, web::server
Section: perl
Priority: optional
Filename: pool/main/s/starman/starman_0.4017-1_all.deb