How to Install and Uninstall libnet-z3950-simpleserver-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

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

Please follow the step by step instructions below to install libnet-z3950-simpleserver-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ 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 Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libnet-z3950-simpleserver-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libnet-z3950-simpleserver-perl
Priority: optional
Section: universe/perl
Installed-Size: 152
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 1.15-1build3
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.14), libyaz4 (>= 4.2.12)
Filename: pool/universe/libn/libnet-z3950-simpleserver-perl/libnet-z3950-simpleserver-perl_1.15-1build3_amd64.deb
Size: 53516
MD5sum: b742c469eea444dc99ca6b4af3aa2d01
SHA1: d24b7502a70b6e4bbd136f83cbeff0706f790a88
SHA256: 0e69ecdec804ef7205ec813c7ffbee045fb57378aec30cf6a1c14089ebf71c24
Description-en: 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: 703ef8791f8c832495e0ac84bf7c2609
Homepage: http://search.cpan.org/dist/Net-Z3950-SimpleServer/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu