How to Install and Uninstall libsru-perl Package on Kali Linux

Last updated: May 15,2024

1. Install "libsru-perl" package

Please follow the steps below to install libsru-perl on Kali Linux

$ sudo apt update $ sudo apt install libsru-perl

2. Uninstall "libsru-perl" package

In this section, we are going to explain the necessary steps to uninstall libsru-perl on Kali Linux:

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

3. Information about the libsru-perl package on Kali Linux

Package: libsru-perl
Version: 1.01-3
Installed-Size: 114
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libcgi-application-perl, libclass-accessor-perl, libcql-parser-perl, liburi-perl, libxml-libxml-perl, libxml-simple-perl
Size: 48124
SHA256: 3e239d37d19166f1408c93c906564d50db61017f329cb69c72f069524da5ca75
SHA1: 159d80a1ac4e8609535a20bad07005093f3eedbd
MD5sum: 72e4216b7296fdeb231ebf64d060342e
Description: 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:
Homepage: https://metacpan.org/release/SRU
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libs/libsru-perl/libsru-perl_1.01-3_all.deb