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

Last updated: May 11,2024

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

Here is a brief guide to show you how to install libnet-z3950-simple2zoom-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Learn how to uninstall libnet-z3950-simple2zoom-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libnet-z3950-simple2zoom-perl
Priority: optional
Section: universe/perl
Installed-Size: 138
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.04-1
Depends: perl, libmarc-record-perl, libmarc-xml-perl, libnet-z3950-simpleserver-perl, libnet-z3950-zoom-perl, liburi-perl, libwww-perl, libxml-libxml-perl, libxml-simple-perl
Filename: pool/universe/libn/libnet-z3950-simple2zoom-perl/libnet-z3950-simple2zoom-perl_1.04-1_all.deb
Size: 40220
MD5sum: 40c3dcf80a87cea62e11cb431365f101
SHA1: 3952f4095dbc48371196b6dfbcb06c0a2991f58b
SHA256: e9958fdb4c99efd76261705242b295584f0940c633bb9df4b61e9e9820dc3e38
Description-en: gateway between Z39.50 and SRU/SRW
The Net::Z3950::Simple2ZOOM module provides all the application logic of a
generic "Swiss Army Gateway" between Z39.50 and SRU. It is used by the
simple2zoom program, and there is probably no good reason to make any other
program to use it. For that reason, this library-level documentation is more
than usually terse.
.
The library has only two public entry points: the new() constructor and the
launch_server() method. The synopsis above shows how they are used: a
Simple2ZOOM object is created using new(), then the launch_server() method is
invoked on it to -- get ready for a big surprise here -- launch the server.
(In fact, this synopsis is essentially the whole of the code of the
simple2zoom program. All the work happens inside the library.)
Description-md5: b1cca8744cab72ea66f36c42ea27ea71
Homepage: http://search.cpan.org/dist/Net-Z3950-Simple2ZOOM/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu