How To Install texlive-xechangebar on Fedora 36
Introduction
In this tutorial we learn how to install texlive-xechangebar
on Fedora 36.
What is texlive-xechangebar
The package extends package changebar so it can be used with XeLaTeX. It introduces the new option xetex for use with XeLaTeX. Everything else remains the same and users should consult the original documenation for usage information.
We can use yum
or dnf
to install texlive-xechangebar
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-xechangebar.
Install texlive-xechangebar 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-xechangebar
using dnf
by running the following command:
sudo dnf -y install texlive-xechangebar
Install texlive-xechangebar 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-xechangebar
using yum
by running the following command:
sudo yum -y install texlive-xechangebar
How To Uninstall texlive-xechangebar on Fedora 36
To uninstall only the texlive-xechangebar
package we can use the following command:
sudo dnf remove texlive-xechangebar
texlive-xechangebar Package Contents on Fedora 36
/usr/share/licenses/texlive-xechangebar
/usr/share/licenses/texlive-xechangebar/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/xelatex/xechangebar
/usr/share/texlive/texmf-dist/doc/xelatex/xechangebar/README
/usr/share/texlive/texmf-dist/doc/xelatex/xechangebar/cbtest1.tex
/usr/share/texlive/texmf-dist/tex/xelatex/xechangebar
/usr/share/texlive/texmf-dist/tex/xelatex/xechangebar/xechangebar.sty
References
Summary
In this tutorial we learn how to install texlive-xechangebar
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).