How To Install texlive-aichej on Fedora 36

In this tutorial we learn how to install texlive-aichej in Fedora 36. texlive-aichej is Bibliography style file for the AIChE Journal

Introduction

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

What is texlive-aichej

The style was generated using custom-bib, and implements the style of the American Institute of Chemical Engineers Journal (or AIChE Journal or AIChE J or AIChEJ).

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

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

sudo dnf -y install texlive-aichej

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

sudo yum -y install texlive-aichej

How To Uninstall texlive-aichej on Fedora 36

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

sudo dnf remove texlive-aichej

texlive-aichej Package Contents on Fedora 36

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

References

Summary

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