How to Install and Uninstall starman Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 09,2024

1. Install "starman" package

Please follow the instructions below to install starman on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install starman

2. Uninstall "starman" package

This is a short guide on how to uninstall starman on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the starman package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: starman
Priority: optional
Section: universe/perl
Installed-Size: 121
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.4014-1
Depends: perl, libdata-dump-perl, libhttp-date-perl, libhttp-parser-xs-perl, libnet-server-perl, libplack-perl, libwww-perl
Recommends: libserver-starter-perl
Filename: pool/universe/s/starman/starman_0.4014-1_all.deb
Size: 24352
MD5sum: 961f2dde84efe525069162a07cab9f4b
SHA1: 7b498ea2abc034b02e95bec166919a34a3321071
SHA256: f4b81b5c2bd35d7725c271e23b06e6c0f202e7c733050bcf60620eee6f183fac
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
Homepage: https://metacpan.org/release/Starman
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu