How To Install texlive-bestpapers on Fedora 36

In this tutorial we learn how to install texlive-bestpapers in Fedora 36. texlive-bestpapers is A BibTeX package to produce lists of authors’ best papers

Introduction

In this tutorial we learn how to install texlive-bestpapers on Fedora 36.

What is texlive-bestpapers

Many people preparing their resumes find the requirement “please list five (or six, or ten) papers authored by you”. The same requirement is often stated for reports prepared by professional teams. The creation of such lists may be a cumbersome task. Even more difficult is it to support such lists over the time, when new papers are added. The BibTeX style bestpapers.bst is intended to facilitate this task. It is based on the idea that it is easier to score than to sort can assign a score to a paper and then let the computer select the papers with highest scores. This work was commissioned by the Consumer Financial Protection Bureau, United States Treasury. This package is in the public domain.

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

Install texlive-bestpapers 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 texlive-bestpapers using dnf by running the following command:

sudo dnf -y install texlive-bestpapers

Install texlive-bestpapers 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 texlive-bestpapers using yum by running the following command:

sudo yum -y install texlive-bestpapers

How To Uninstall texlive-bestpapers on Fedora 36

To uninstall only the texlive-bestpapers package we can use the following command:

sudo dnf remove texlive-bestpapers

texlive-bestpapers Package Contents on Fedora 36

/usr/share/licenses/texlive-bestpapers
/usr/share/licenses/texlive-bestpapers/pd.txt
/usr/share/texlive/texmf-dist/bibtex/bst/bestpapers
/usr/share/texlive/texmf-dist/bibtex/bst/bestpapers/bestpapers-export.bst
/usr/share/texlive/texmf-dist/bibtex/bst/bestpapers/bestpapers.bst

References

Summary

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