How To Install texlive-perception on Fedora 36

In this tutorial we learn how to install texlive-perception in Fedora 36. texlive-perception is BibTeX style for the journal Perception

Introduction

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

What is texlive-perception

A product of custom-bib, provided simply to save others’ time.

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

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

sudo dnf -y install texlive-perception

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

sudo yum -y install texlive-perception

How To Uninstall texlive-perception on Fedora 36

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

sudo dnf remove texlive-perception

texlive-perception Package Contents on Fedora 36

/usr/share/licenses/texlive-perception
/usr/share/licenses/texlive-perception/lppl1.txt
/usr/share/texlive/texmf-dist/bibtex/bst/perception
/usr/share/texlive/texmf-dist/bibtex/bst/perception/perception.bst

References

Summary

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