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

Last updated: May 09,2024

1. Install "liblibrary-callnumber-lc-perl" package

Please follow the step by step instructions below to install liblibrary-callnumber-lc-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install liblibrary-callnumber-lc-perl

2. Uninstall "liblibrary-callnumber-lc-perl" package

Please follow the steps below to uninstall liblibrary-callnumber-lc-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove liblibrary-callnumber-lc-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: liblibrary-callnumber-lc-perl
Priority: optional
Section: universe/perl
Installed-Size: 66
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.23-1
Depends: perl
Filename: pool/universe/libl/liblibrary-callnumber-lc-perl/liblibrary-callnumber-lc-perl_0.23-1_all.deb
Size: 12442
MD5sum: 594e3323be93338fa3ca1602b22b50d0
SHA1: dade375f09086e170a458f5190754b58ab993dda
SHA256: d2822e65fa279da36086006dfe7eeb10c8dbe9282287665d759556a911639ff2
Description-en: utility functions to deal with Library-of-Congress call numbers
Library::CallNumber::LC is mostly designed to do call number normalization,
with the following goals:
.
* The normalized call numbers are comparable with each other, for proper
sorting
* The normalized call number is a short as possible, so left-anchored
wildcard searches are possible (e.g., searching on "A11*" should give you
all the A11 call numbers)
* A range defined by start_of_range and end_of_range should be correct,
assuming that the string given for the end of the range is, in fact, a
left prefix
.
That last point needs some explanation. The idea is that if someone gives a
range of, say, A-AZ, what they really mean is A - AZ9999.99. The end_of_range
method pads the given call number out to three cutters if need be. There is no
attempt to make end_of_range normalization correspond to anything in real life.
Description-md5: a0959683ee25785a8b377e78106f58ac
Homepage: https://metacpan.org/release/Library-CallNumber-LC
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu