How to Install and Uninstall libnet-z3950-simpleserver-perl Package on Kali Linux

Last updated: May 15,2024

1. Install "libnet-z3950-simpleserver-perl" package

This is a short guide on how to install libnet-z3950-simpleserver-perl on Kali Linux

$ sudo apt update $ sudo apt install libnet-z3950-simpleserver-perl

2. Uninstall "libnet-z3950-simpleserver-perl" package

Please follow the steps below to uninstall libnet-z3950-simpleserver-perl on Kali Linux:

$ sudo apt remove libnet-z3950-simpleserver-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libnet-z3950-simpleserver-perl package on Kali Linux

Package: libnet-z3950-simpleserver-perl
Source: libnet-z3950-simpleserver-perl (1.21-3)
Version: 1.21-3+b1
Installed-Size: 184
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.34), libyaz5 (>= 5.29.0)
Size: 62808
SHA256: 932380eb2cc6ba272265515241fbe7fcecb687bc85579c6a36b354f3c2b916ed
SHA1: eb334b8e21514d2a8cdb394d4a9d12325885d8b4
MD5sum: 923acbac197a8c8bce4315031d6b42fd
Description: simple perl API for building Z39.50 servers
The Net::Z3950::SimpleServer module is a tool for constructing Z39.50
"Information Retrieval" servers in Perl. The module is easy to use, but it does
help to have an understanding of the Z39.50 query structure and the
construction of structured retrieval records.
.
Z39.50 is a network protocol for searching remote databases and
retrieving the results in the form of structured "records". It is widely
used in libraries around the world, as well as in the US Federal Government.
In addition, it is generally useful whenever you wish to integrate a number
of different database systems around a shared, asbtract data model.
.
The model of the module is simple: It implements a "generic" Z39.50
server, which invokes callback functions supplied by you to search
for content in your database. You can use any tools available in
Perl to supply the content, including modules like DBI and
WWW::Search.
.
The server will take care of managing the network connections for
you, and it will spawn a new process (or thread, in some
environments) whenever a new connection is received.
Description-md5:
Homepage: https://metacpan.org/release/Net-Z3950-SimpleServer
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libn/libnet-z3950-simpleserver-perl/libnet-z3950-simpleserver-perl_1.21-3+b1_amd64.deb