How To Install texlive-bitelist on Fedora 36
Introduction
In this tutorial we learn how to install texlive-bitelist
on Fedora 36.
What is texlive-bitelist
The package provides commands for “splitting” a token list at the first occurrence of another (specified) token list. I.e., for given token lists s, t return b and the shortest a, such that t = a s b. The package’s mechanism differs from those of packages providing similar features, in the following ways method uses TeX’s mechanism of reading delimited macro parameters; splitting macros work by pure expansion, without assignments; the operation is carried out in a single macro call. A variant of the operation is provided, that retains outer braces.
We can use yum
or dnf
to install texlive-bitelist
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-bitelist.
Install texlive-bitelist 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-bitelist
using dnf
by running the following command:
sudo dnf -y install texlive-bitelist
Install texlive-bitelist 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-bitelist
using yum
by running the following command:
sudo yum -y install texlive-bitelist
How To Uninstall texlive-bitelist on Fedora 36
To uninstall only the texlive-bitelist
package we can use the following command:
sudo dnf remove texlive-bitelist
texlive-bitelist Package Contents on Fedora 36
/usr/share/licenses/texlive-bitelist
/usr/share/licenses/texlive-bitelist/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/generic/bitelist
/usr/share/texlive/texmf-dist/tex/generic/bitelist/bitedemo.tex
/usr/share/texlive/texmf-dist/tex/generic/bitelist/bitelist.sty
References
Summary
In this tutorial we learn how to install texlive-bitelist
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).