How to Install and Uninstall libponapi-client-perl Package on Kali Linux

Last updated: September 20,2024

1. Install "libponapi-client-perl" package

This guide let you learn how to install libponapi-client-perl on Kali Linux

$ sudo apt update $ sudo apt install libponapi-client-perl

2. Uninstall "libponapi-client-perl" package

Please follow the steps below to uninstall libponapi-client-perl on Kali Linux:

$ sudo apt remove libponapi-client-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libponapi-client-perl package on Kali Linux

Package: libponapi-client-perl
Version: 0.002012-2
Installed-Size: 166
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libhijk-perl, libjson-maybexs-perl, libmoose-perl, liburi-perl, libyahc-perl
Size: 45676
SHA256: b5fb14732811e3a193e445e1c0d1c4eacf5f5ffc6e31f93cbf61d989f4a789ce
SHA1: 907c61acd0fbdb6bdcd258450002c573b1c77483
MD5sum: 56784a0856ebfecde174f126d5d1922c
Description: client to a JSON:API v1.0 service
PONAPI::Client is a JSON:API compliant client; it should be able to communicate
with any API-compliant service.
.
The client does a handful of checks required by the spec, then uses Hijk to
communicate with the service.
.
In most cases, all API methods return a response document:
.
my $response = $client->retrieve(...);
.
In list context however, all API methods will return the request status and
the document:
.
my ($status, $response) = $client->retrieve(...)
Description-md5:
Homepage: https://metacpan.org/release/PONAPI-Client
Section: perl
Priority: optional
Filename: pool/main/libp/libponapi-client-perl/libponapi-client-perl_0.002012-2_all.deb