How to Install and Uninstall twiggy Package on Kali Linux

Last updated: May 15,2024

1. Install "twiggy" package

In this section, we are going to explain the necessary steps to install twiggy on Kali Linux

$ sudo apt update $ sudo apt install twiggy

2. Uninstall "twiggy" package

This is a short guide on how to uninstall twiggy on Kali Linux:

$ sudo apt remove twiggy $ sudo apt autoclean && sudo apt autoremove

3. Information about the twiggy package on Kali Linux

Package: twiggy
Version: 0.1026+dfsg-1
Installed-Size: 59
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libanyevent-perl, libplack-perl, libtry-tiny-perl, libwww-perl
Recommends: libhttp-parser-xs-perl, libserver-starter-perl
Size: 18360
SHA256: 5d8ad8603770d4c0e51d2d5ae5c7bf2fd932633340dd0436fd9831f81dd583a8
SHA1: eeae96d6b1c200756dd7cd63bbdeb612615e61ab
MD5sum: 8f620e5c7dc301055f09e126e8d54c69
Description: 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:
Homepage: https://metacpan.org/release/Twiggy
Tag: implemented-in::perl, interface::daemon, network::server, role::program,
web::server
Section: perl
Priority: optional
Filename: pool/main/t/twiggy/twiggy_0.1026+dfsg-1_all.deb