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

Last updated: May 13,2024

1. Install "libsru-perl" package

Learn how to install libsru-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libsru-perl

2. Uninstall "libsru-perl" package

Learn how to uninstall libsru-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libsru-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libsru-perl
Priority: optional
Section: universe/perl
Installed-Size: 154
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.01-2
Depends: perl, libcgi-application-perl, libclass-accessor-perl, libcql-parser-perl (>= 1.12), liburi-perl, libxml-libxml-perl, libxml-simple-perl
Filename: pool/universe/libs/libsru-perl/libsru-perl_1.01-2_all.deb
Size: 57584
MD5sum: edd63921ea2da8cec59552d96b08e603
SHA1: 65f911884062f949c1e5baa05afff59ea36da537
SHA256: 6074e9159859aef7b86a72413ca7b9a3c29342cde1409a6bc8b95b59a94a0733
Description-en: framework for Search and Retrieval by URL
The SRU package provides a framework for working with the Search and
Retrieval by URL (SRU) protocol developed by the Library of Congress. SRU
defines a web service for searching databases containing metadata and
objects. SRU often goes under the name SRW which is a SOAP version of the
protocol. You can think of SRU as a RESTful version of SRW, since all the
requests are simple URLs instead of XML documents being sent via some sort of
transport layer.
.
You might be interested in SRU if you want to provide a generic API for
searching a data repository and a mechanism for returning metadata records.
SRU defines three verbs: explain, scan and searchRetrieve which define the
requests and responses in a SRU interaction.
.
This set of modules attempts to provide a framework for building an SRU
service. The distribution is made up of two sets of Perl modules: modules in
the SRU::Request::* namespace which represent the three types of requests;
and modules in the SRU::Response::* namespace which represent the various
responses.
Description-md5: 92ed233d2f9087097a7fa30aae4035fa
Homepage: https://metacpan.org/release/SRU
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu