How To Install perl-BibTeX-Parser on Fedora 36

In this tutorial we learn how to install perl-BibTeX-Parser in Fedora 36. perl-BibTeX-Parser is Pure Perl BibTeX parser

Introduction

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

What is perl-BibTeX-Parser

This is a BibTeX parser written in Perl.

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

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

sudo dnf -y install perl-BibTeX-Parser

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

sudo yum -y install perl-BibTeX-Parser

How To Uninstall perl-BibTeX-Parser on Fedora 36

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

sudo dnf remove perl-BibTeX-Parser

perl-BibTeX-Parser Package Contents on Fedora 36

/usr/share/doc/perl-BibTeX-Parser
/usr/share/doc/perl-BibTeX-Parser/Changes
/usr/share/doc/perl-BibTeX-Parser/README
/usr/share/licenses/perl-BibTeX-Parser
/usr/share/licenses/perl-BibTeX-Parser/LICENSE
/usr/share/man/man3/BibTeX::Parser.3pm.gz
/usr/share/man/man3/BibTeX::Parser::Author.3pm.gz
/usr/share/man/man3/BibTeX::Parser::Entry.3pm.gz
/usr/share/perl5/vendor_perl/BibTeX
/usr/share/perl5/vendor_perl/BibTeX/Parser
/usr/share/perl5/vendor_perl/BibTeX/Parser.pm
/usr/share/perl5/vendor_perl/BibTeX/Parser/Author.pm
/usr/share/perl5/vendor_perl/BibTeX/Parser/Entry.pm

References

Summary

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