How To Install perl-Text-BibTeX on Fedora 36

In this tutorial we learn how to install perl-Text-BibTeX in Fedora 36. perl-Text-BibTeX is Interface to read and parse BibTeX files

Introduction

In this tutorial we learn how to install perl-Text-BibTeX on Fedora 36.

What is perl-Text-BibTeX

The Text interfaces to both BibTeX database files and individual bibliographic entries, as well as other miscellaneous functions.

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

Install perl-Text-BibTeX 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-Text-BibTeX using dnf by running the following command:

sudo dnf -y install perl-Text-BibTeX

Install perl-Text-BibTeX 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-Text-BibTeX using yum by running the following command:

sudo yum -y install perl-Text-BibTeX

How To Uninstall perl-Text-BibTeX on Fedora 36

To uninstall only the perl-Text-BibTeX package we can use the following command:

sudo dnf remove perl-Text-BibTeX

perl-Text-BibTeX Package Contents on Fedora 36

/usr/bin/biblex
/usr/bin/bibparse
/usr/bin/dumpnames
/usr/include/btparse.h
/usr/lib/.build-id
/usr/lib/.build-id/29
/usr/lib/.build-id/29/e27a040a791c2c05cf04528a342313fae18160
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/293ed6cf79fb33ced53ebcde12da37a7f13fa8
/usr/lib/.build-id/94
/usr/lib/.build-id/94/8d30e46d0cdd2dcd28a2aec9ebc95e9a6f899e
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/6a090aa658d4afff21bf89df75ef7852626514
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/8e343346927cce0aa4a0131a62d0bde98e8a4d
/usr/lib64/libbtparse.so
/usr/lib64/perl5/vendor_perl/Text
/usr/lib64/perl5/vendor_perl/Text/BibTeX
/usr/lib64/perl5/vendor_perl/Text/BibTeX.pm
/usr/lib64/perl5/vendor_perl/Text/BibTeX/Bib.pm
/usr/lib64/perl5/vendor_perl/Text/BibTeX/BibFormat.pm
/usr/lib64/perl5/vendor_perl/Text/BibTeX/BibSort.pm
/usr/lib64/perl5/vendor_perl/Text/BibTeX/Entry.pm
/usr/lib64/perl5/vendor_perl/Text/BibTeX/File.pm
/usr/lib64/perl5/vendor_perl/Text/BibTeX/Name.pm
/usr/lib64/perl5/vendor_perl/Text/BibTeX/NameFormat.pm
/usr/lib64/perl5/vendor_perl/Text/BibTeX/Structure.pm
/usr/lib64/perl5/vendor_perl/Text/BibTeX/Value.pm
/usr/lib64/perl5/vendor_perl/auto/Text
/usr/lib64/perl5/vendor_perl/auto/Text/BibTeX
/usr/lib64/perl5/vendor_perl/auto/Text/BibTeX/BibTeX.so
/usr/share/doc/perl-Text-BibTeX
/usr/share/doc/perl-Text-BibTeX/Changes
/usr/share/doc/perl-Text-BibTeX/README
/usr/share/doc/perl-Text-BibTeX/README.OLD
/usr/share/doc/perl-Text-BibTeX/THANKS
/usr/share/doc/perl-Text-BibTeX/btool_faq.pod
/usr/share/doc/perl-Text-BibTeX/examples
/usr/share/doc/perl-Text-BibTeX/examples/append_entries
/usr/share/doc/perl-Text-BibTeX/scripts
/usr/share/doc/perl-Text-BibTeX/scripts/btcheck
/usr/share/doc/perl-Text-BibTeX/scripts/btformat
/usr/share/doc/perl-Text-BibTeX/scripts/btsort
/usr/share/man/man1/bt_format_names.1.gz
/usr/share/man/man1/bt_input.1.gz
/usr/share/man/man1/bt_language.1.gz
/usr/share/man/man1/bt_macros.1.gz
/usr/share/man/man1/bt_misc.1.gz
/usr/share/man/man1/bt_post_processing.1.gz
/usr/share/man/man1/bt_postprocess.1.gz
/usr/share/man/man1/bt_split_names.1.gz
/usr/share/man/man1/bt_traversal.1.gz
/usr/share/man/man1/btool_faq.1.gz
/usr/share/man/man1/btparse.1.gz
/usr/share/man/man3/Text::BibTeX.3pm.gz
/usr/share/man/man3/Text::BibTeX::Bib.3pm.gz
/usr/share/man/man3/Text::BibTeX::BibFormat.3pm.gz
/usr/share/man/man3/Text::BibTeX::BibSort.3pm.gz
/usr/share/man/man3/Text::BibTeX::Entry.3pm.gz
/usr/share/man/man3/Text::BibTeX::File.3pm.gz
/usr/share/man/man3/Text::BibTeX::Name.3pm.gz
/usr/share/man/man3/Text::BibTeX::NameFormat.3pm.gz
/usr/share/man/man3/Text::BibTeX::Structure.3pm.gz
/usr/share/man/man3/Text::BibTeX::Value.3pm.gz

References

Summary

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