How To Install perl-Library-CallNumber-LC on Fedora 36

In this tutorial we learn how to install perl-Library-CallNumber-LC in Fedora 36. perl-Library-CallNumber-LC is Normalize Library of Congress call numbers for sorting

Introduction

In this tutorial we learn how to install perl-Library-CallNumber-LC on Fedora 36.

What is perl-Library-CallNumber-LC

This module takes Library of Congress (LC) call numbers and normalizes them so that they are comparable with each other. This supports sorting and left-anchored searching, such that searching “A11*” should give you all the A11 call numbers.

We can use yum or dnf to install perl-Library-CallNumber-LC on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Library-CallNumber-LC.

Install perl-Library-CallNumber-LC on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Library-CallNumber-LC using dnf by running the following command:

sudo dnf -y install perl-Library-CallNumber-LC

Install perl-Library-CallNumber-LC on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Library-CallNumber-LC using yum by running the following command:

sudo yum -y install perl-Library-CallNumber-LC

How To Uninstall perl-Library-CallNumber-LC on Fedora 36

To uninstall only the perl-Library-CallNumber-LC package we can use the following command:

sudo dnf remove perl-Library-CallNumber-LC

perl-Library-CallNumber-LC Package Contents on Fedora 36

/usr/share/doc/perl-Library-CallNumber-LC
/usr/share/doc/perl-Library-CallNumber-LC/Changes
/usr/share/doc/perl-Library-CallNumber-LC/README
/usr/share/man/man3/Library::CallNumber::LC.3pm.gz
/usr/share/perl5/vendor_perl/Library
/usr/share/perl5/vendor_perl/Library/CallNumber
/usr/share/perl5/vendor_perl/Library/CallNumber/LC.pm

References

Summary

In this tutorial we learn how to install perl-Library-CallNumber-LC on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).