How To Install texlive-bidi-doc on Fedora 36
Introduction
In this tutorial we learn how to install texlive-bidi-doc
on Fedora 36.
What is texlive-bidi-doc
Documentation for bidi
We can use yum
or dnf
to install texlive-bidi-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-bidi-doc.
Install texlive-bidi-doc 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-bidi-doc
using dnf
by running the following command:
sudo dnf -y install texlive-bidi-doc
Install texlive-bidi-doc 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-bidi-doc
using yum
by running the following command:
sudo yum -y install texlive-bidi-doc
How To Uninstall texlive-bidi-doc on Fedora 36
To uninstall only the texlive-bidi-doc
package we can use the following command:
sudo dnf remove texlive-bidi-doc
texlive-bidi-doc Package Contents on Fedora 36
/usr/share/licenses/texlive-bidi-doc
/usr/share/licenses/texlive-bidi-doc/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/xelatex/bidi
/usr/share/texlive/texmf-dist/doc/xelatex/bidi/README
/usr/share/texlive/texmf-dist/doc/xelatex/bidi/bidi-bibitem.pdf
/usr/share/texlive/texmf-dist/doc/xelatex/bidi/bidi-doc.pdf
/usr/share/texlive/texmf-dist/doc/xelatex/bidi/bidi-logo.tex
/usr/share/texlive/texmf-dist/doc/xelatex/bidi/bidi.pdf
/usr/share/texlive/texmf-dist/doc/xelatex/bidi/bidisample2e.tex
/usr/share/texlive/texmf-dist/doc/xelatex/bidi/bidismall2e.tex
/usr/share/texlive/texmf-dist/doc/xelatex/bidi/gull.jpg
/usr/share/texlive/texmf-dist/doc/xelatex/bidi/picture.jpg
/usr/share/texlive/texmf-dist/doc/xelatex/bidi/test-arydshln.tex
/usr/share/texlive/texmf-dist/doc/xelatex/bidi/test-bidi.tex
/usr/share/texlive/texmf-dist/doc/xelatex/bidi/test-brochure.tex
/usr/share/texlive/texmf-dist/doc/xelatex/bidi/test-casualcv.tex
/usr/share/texlive/texmf-dist/doc/xelatex/bidi/test-classiccv.tex
/usr/share/texlive/texmf-dist/doc/xelatex/bidi/test-color.tex
/usr/share/texlive/texmf-dist/doc/xelatex/bidi/test-supertabular.tex
/usr/share/texlive/texmf-dist/doc/xelatex/bidi/test-tabular.tex
/usr/share/texlive/texmf-dist/doc/xelatex/bidi/test-tabularx.tex
/usr/share/texlive/texmf-dist/doc/xelatex/bidi/test-tabulary.tex
/usr/share/texlive/texmf-dist/doc/xelatex/bidi/test1-colortbl.tex
/usr/share/texlive/texmf-dist/doc/xelatex/bidi/test1-wrapfig.tex
/usr/share/texlive/texmf-dist/doc/xelatex/bidi/test2-colortbl.tex
/usr/share/texlive/texmf-dist/doc/xelatex/bidi/test2-wrapfig.tex
/usr/share/texlive/texmf-dist/doc/xelatex/bidi/test3-wrapfig.tex
References
Summary
In this tutorial we learn how to install texlive-bidi-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).