How to Install and Uninstall perl-Text-BibTeX Package on openSUSE Leap

Last updated: July 04,2024

1. Install "perl-Text-BibTeX" package

This guide let you learn how to install perl-Text-BibTeX on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Text-BibTeX

2. Uninstall "perl-Text-BibTeX" package

Here is a brief guide to show you how to uninstall perl-Text-BibTeX on openSUSE Leap:

$ sudo zypper remove perl-Text-BibTeX

3. Information about the perl-Text-BibTeX package on openSUSE Leap

Information for package perl-Text-BibTeX:
-----------------------------------------
Repository : Main Repository
Name : perl-Text-BibTeX
Version : 0.88-150400.1.4
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 355.3 KiB
Installed : No
Status : not installed
Source package : perl-Text-BibTeX-0.88-150400.1.4.src
Upstream URL : https://metacpan.org/release/Text-BibTeX
Summary : Interface to Read and Parse BibTeX Files
Description :
The 'Text::BibTeX' module serves mainly as a high-level introduction to the
'Text::BibTeX' library, for both code and documentation purposes. The code
loads the two fundamental modules for processing BibTeX files
('Text::BibTeX::File' and 'Text::BibTeX::Entry'), and this documentation
gives a broad overview of the whole library that isn't available in the
documentation for the individual modules that comprise it.
In addition, the 'Text::BibTeX' module provides a number of miscellaneous
functions that are useful in processing BibTeX data (especially the kind
that comes from bibliographies as defined by BibTeX 0.99, rather than
generic database files). These functions don't generally fit in the
object-oriented class hierarchy centred around the 'Text::BibTeX::Entry'
class, mainly because they are specific to bibliographic data and operate
on generic strings (rather than being tied to a particular BibTeX entry).
These are also documented here, in "MISCELLANEOUS FUNCTIONS".
Note that every module described here begins with the 'Text::BibTeX'
prefix. For brevity, I have dropped this prefix from most class and module
names in the rest of this manual page (and in most of the other manual
pages in the library).