How to Install and Uninstall starman Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 29,2024

1. Install "starman" package

This guide covers the steps necessary to install starman on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install starman

2. Uninstall "starman" package

This guide covers the steps necessary to uninstall starman on Ubuntu 21.10 (Impish Indri):

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

3. Information about the starman package on Ubuntu 21.10 (Impish Indri)

Package: starman
Architecture: all
Version: 0.4015-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: 69
Depends: perl, 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
Filename: pool/universe/s/starman/starman_0.4015-1_all.deb
Size: 24636
MD5sum: b23f07051b43509e51deb2a43347acb8
SHA1: d3e8612842702c0133632c872b78f120b7c08894
SHA256: d1eded7e3b464da22186a9561273ab0a5ae1ac04c3071150c8c002386bc7cd83
SHA512: 4ec8a297c92ba451fe403980a6ab41e410068379bb4771a9dae28be9764317092da2a97edfb406614425af82abf725ecea44c1442269848ceafc44c638b0b8cd
Homepage: https://metacpan.org/release/Starman
Description-en: 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: c44c03a2ade52fec8a1e8f965248b395