How to Install and Uninstall feersum Package on Kali Linux

Last updated: May 18,2024

1. Install "feersum" package

Please follow the guidance below to install feersum on Kali Linux

$ sudo apt update $ sudo apt install feersum

2. Uninstall "feersum" package

Learn how to uninstall feersum on Kali Linux:

$ sudo apt remove feersum $ sudo apt autoclean && sudo apt autoremove

3. Information about the feersum package on Kali Linux

Package: feersum
Source: feersum (1.410-2)
Version: 1.410-2+b1
Installed-Size: 174
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.28), libev-perl, libhttp-entity-parser-perl, libjson-xs-perl
Recommends: libplack-perl
Size: 66696
SHA256: d391c30a247603e1f3bc243f0c5e429581fbaebae86a8a547b86e5f420ce8bf7
SHA1: fd9e51391cff9890bfa6960fc466a26733ff4487
MD5sum: 007a54e37cc4f465273ae193076a914c
Description: PSGI engine for Perl based on EV/libev
Feersum is an HTTP server built on EV. It fully supports the PSGI 1.03 spec
including the psgi.streaming interface and is compatible with Plack and PSGI
1.1. Feersum also has its own "native" interface which is similar in a lot of
ways to PSGI, but is not compatible with PSGI or PSGI middleware.
.
Feersum uses a single-threaded, event-based programming architecture to scale
and can handle many concurrent connections efficiently in both CPU and RAM. It
skips doing a lot of sanity checking with the assumption that a "front-end"
HTTP/HTTPS server is placed between it and the Internet.
Description-md5:
Homepage: https://metacpan.org/release/Feersum
Section: perl
Priority: optional
Filename: pool/main/f/feersum/feersum_1.410-2+b1_amd64.deb