How to Install and Uninstall libweb-machine-perl Package on Kali Linux

Last updated: May 19,2024

1. Install "libweb-machine-perl" package

This guide covers the steps necessary to install libweb-machine-perl on Kali Linux

$ sudo apt update $ sudo apt install libweb-machine-perl

2. Uninstall "libweb-machine-perl" package

This tutorial shows how to uninstall libweb-machine-perl on Kali Linux:

$ sudo apt remove libweb-machine-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libweb-machine-perl package on Kali Linux

Package: libweb-machine-perl
Version: 0.17-3
Installed-Size: 156
Maintainer: Debian Perl Group
Architecture: all
Depends: libhttp-headers-actionpack-perl, libhttp-message-perl, libhash-multivalue-perl, libio-handle-util-perl, libmodule-runtime-perl, libplack-perl, libsub-exporter-perl, libtry-tiny-perl, sgml-base (>= 1.28), perl:any
Size: 58068
SHA256: d6695e2ec901c134ce8d87a627ec177103837d954f714770f558c1b96f171739
SHA1: 1c444ab2faa7c21fb1a62f9f3846e16b30a80368
MD5sum: 5f24804ca18933da94e531074ba444f4
Description: Perl port of Webmachine
Web::Machine provides a RESTful web framework modeled as a state
machine. You define one or more resource classes. Each resource
represents a single RESTful URI end point, such as a user, an email,
etc. The resource class can also be the target for POST requests to
create a new user, email, etc.
.
Each resource is a state machine, and each request for a resource is
handled by running the request through that state machine.
.
Web::Machine is built on top of Plack, but it handles the full request
and response cycle.
Description-md5:
Homepage: https://metacpan.org/pod/Web::Machine
Section: perl
Priority: optional
Filename: pool/main/libw/libweb-machine-perl/libweb-machine-perl_0.17-3_all.deb