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

Last updated: May 03,2024

1. Install "libbiblio-isis-perl" package

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

$ sudo apt update $ sudo apt install libbiblio-isis-perl

2. Uninstall "libbiblio-isis-perl" package

Please follow the guidelines below to uninstall libbiblio-isis-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libbiblio-isis-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libbiblio-isis-perl
Priority: optional
Section: universe/perl
Installed-Size: 128
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Jose Parrella
Architecture: all
Version: 0.24-1.1
Depends: perl (>= 5.6.0-16)
Filename: pool/universe/libb/libbiblio-isis-perl/libbiblio-isis-perl_0.24-1.1_all.deb
Size: 37260
MD5sum: 06c2a8eed62be46be18bdf38e4d3ccad
SHA1: 8bd73a48d39531beb6bbce33ce5083e264420225
SHA256: 1a5352b5d3a22d9d5b2120f21ea5e61ded4dba8900e7943326ba15a9abe83775
Description-en: Perl module which reads ISIS databases
This module will read ISIS databases created by DOS CDS/ISIS, WinIsis or
IsisMarc.
.
Biblio::Isis is a Perl module which reads ISIS databases produced by
CDS/ISIS programs, such as MicroISIS, WinISIS and IsisMARC. ISIS was a
popular family of integrated library systems provided as freeware by
UNESCO, and this module provides methods to parse full databases and
use them in a Perl program in order to migrate them to other formats.
.
It can create hash values from data in ISIS database (using to_hash),
ASCII dump (using to_ascii) or just hash with field names and packed
values (like ^asomething^belse).
.
Unique feature of this module is ability to include_deleted records.
It will also skip zero sized fields (OpenIsis has a bug in XS bindings, so
fields which are zero sized will be filled with random junk from memory).
.
It also has support for identifiers (only if ISIS database is created by
IsisMarc), see to_hash.
.
Homepage: http://search.cpan.org/~dpavlin/Biblio-Isis-0.24/lib/Biblio/Isis.pm
Description-md5: e53ff141797f2a2f6e26d73c7e9eabc7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu