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

Last updated: May 12,2024

1. Install "starlet" package

Please follow the guidance below to install starlet on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install starlet

2. Uninstall "starlet" package

Please follow the step by step instructions below to uninstall starlet on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove starlet $ sudo apt autoclean && sudo apt autoremove

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

Package: starlet
Priority: optional
Section: universe/perl
Installed-Size: 44
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.28-1
Depends: perl, libparallel-prefork-perl, libplack-perl, libserver-starter-perl
Filename: pool/universe/s/starlet/starlet_0.28-1_all.deb
Size: 12762
MD5sum: 46df295e4b6f920439bae82185871262
SHA1: e2e6afd4065168b7bfc3576daef1519ac67c1e32
SHA256: de78df136db223ec7a527399dc5b4ccf8479032026f80223a364774f84381395
Description-en: simple, high-performance PSGI/Plack HTTP server
Starlet is a standalone HTTP/1.0 server with keep-alive support, formerly
known as Plack::Server::Standalone::Prefork and
Plack::Server::Standalone::Prefork::Server::Starter.
.
The server supports following features, and is suitable for running HTTP
application servers behind a reverse proxy.
.
- prefork and graceful shutdown using Parallel::Prefork
- hot deploy using Server::Starter
- fast HTTP processing using HTTP::Parser::XS (optional)
Description-md5: 276e1492016e42ebb82e9c1a0f3eb4d1
Homepage: https://metacpan.org/release/Starlet
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu