How to Install and Uninstall twiggy Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: December 23,2024
1. Install "twiggy" package
Please follow the step by step instructions below to install twiggy on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
twiggy
Copied
2. Uninstall "twiggy" package
Please follow the steps below to uninstall twiggy on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
twiggy
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the twiggy package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: twiggy
Priority: optional
Section: universe/perl
Installed-Size: 58
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.1025+dfsg-1
Depends: perl, libanyevent-perl, libplack-perl, libtry-tiny-perl, libwww-perl
Recommends: libhttp-parser-xs-perl, libserver-starter-perl
Filename: pool/universe/t/twiggy/twiggy_0.1025+dfsg-1_all.deb
Size: 19338
MD5sum: f66ed4c26379dcada2e4e769c1d3c7d9
SHA1: f3e5aa164d439fb8d4e06b629178f0181bd4ca7f
SHA256: 393fe2c761c86bf0951f8c66efa44de6ca68cf6112e7487d2999bb889c29fe7d
Description-en: AnyEvent HTTP server for PSGI (like Thin)
Twiggy is a lightweight and fast HTTP server with unique features:
* Can run any PSGI applications. Fully supports psgi.nonblocking
and psgi.streaming interfaces.
* This server uses AnyEvent and runs in a non-blocking event loop,
so it's best to run event-driven web applications that runs I/O bound
jobs or delayed responses such as long-poll, WebSocket or streaming
content (server push).
* Uses XS/C based HTTP header parser for the best performance. (optional)
* The memory required to run twiggy is 6MB and it can serve more than
4500 req/s with a single process on Perl 5.10 with MacBook Pro 13"
late 2009.
* Supports Server::Starter for hot deploy and graceful restarts.
Description-md5: 363cf6ed26e996ef19231c2272da6da7
Homepage: https://metacpan.org/release/Twiggy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/perl
Installed-Size: 58
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.1025+dfsg-1
Depends: perl, libanyevent-perl, libplack-perl, libtry-tiny-perl, libwww-perl
Recommends: libhttp-parser-xs-perl, libserver-starter-perl
Filename: pool/universe/t/twiggy/twiggy_0.1025+dfsg-1_all.deb
Size: 19338
MD5sum: f66ed4c26379dcada2e4e769c1d3c7d9
SHA1: f3e5aa164d439fb8d4e06b629178f0181bd4ca7f
SHA256: 393fe2c761c86bf0951f8c66efa44de6ca68cf6112e7487d2999bb889c29fe7d
Description-en: AnyEvent HTTP server for PSGI (like Thin)
Twiggy is a lightweight and fast HTTP server with unique features:
* Can run any PSGI applications. Fully supports psgi.nonblocking
and psgi.streaming interfaces.
* This server uses AnyEvent and runs in a non-blocking event loop,
so it's best to run event-driven web applications that runs I/O bound
jobs or delayed responses such as long-poll, WebSocket or streaming
content (server push).
* Uses XS/C based HTTP header parser for the best performance. (optional)
* The memory required to run twiggy is 6MB and it can serve more than
4500 req/s with a single process on Perl 5.10 with MacBook Pro 13"
late 2009.
* Supports Server::Starter for hot deploy and graceful restarts.
Description-md5: 363cf6ed26e996ef19231c2272da6da7
Homepage: https://metacpan.org/release/Twiggy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu