How To Install texlive-alpha-persian on Fedora 36

In this tutorial we learn how to install texlive-alpha-persian in Fedora 36. texlive-alpha-persian is Persian version of alpha.bst

Introduction

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

What is texlive-alpha-persian

The package provides a Persian version of the alpha BibTeX style and offers several enhancements. It is compatible with the hyperref, url, natbib, and cite packages.

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

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

sudo dnf -y install texlive-alpha-persian

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

sudo yum -y install texlive-alpha-persian

How To Uninstall texlive-alpha-persian on Fedora 36

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

sudo dnf remove texlive-alpha-persian

texlive-alpha-persian Package Contents on Fedora 36

/usr/share/licenses/texlive-alpha-persian
/usr/share/licenses/texlive-alpha-persian/lppl.txt
/usr/share/texlive/texmf-dist/bibtex/bst/alpha-persian
/usr/share/texlive/texmf-dist/bibtex/bst/alpha-persian/alpha-persian.bst
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/README.txt
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/alpha-persian-l.userguide.pdf
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/alpha-persian-l.userguide.tex
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/alpha-persian-p.userguide.pdf
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/alpha-persian-p.userguide.tex
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/image
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/image/21.jpg
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/image/sh11.jpg
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/image/sh12.jpg
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/image/sh13.jpg
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/image/sh14.PNG
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/image/sh15.PNG
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/image/sh16.PNG
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/image/sh17.PNG
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/image/sh18.jpg
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/image/sh2.jpg
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/image/sh20.jpg
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/image/sh3.jpg
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/image/sh4.jpg
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/image/sh5.jpg
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/image/sh6.jpg
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/image/sh7.jpg
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/image/sh8.jpg
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/image/sh9.jpg
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/image/sht.jpg
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/pdflatexsample.tex
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/sample1.bib
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/sample10.bib
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/sample2.bib
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/sample3.bib
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/sample4.bib
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/sample5.bib
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/sample6.bib
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/sample7.bib
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/sample8.bib
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/sample9.bib
/usr/share/texlive/texmf-dist/doc/bibtex/alpha-persian/xelatexsample.tex

References

Summary

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