How To Install texlive-substr on Fedora 36
Introduction
In this tutorial we learn how to install texlive-substr
on Fedora 36.
What is texlive-substr
The package provides commands to deal with substrings of strings. Macros are provided to substring of another, return the parts of a string before or after a substring, and count the number of occurrences of a substring.
We can use yum
or dnf
to install texlive-substr
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-substr.
Install texlive-substr 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-substr
using dnf
by running the following command:
sudo dnf -y install texlive-substr
Install texlive-substr 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-substr
using yum
by running the following command:
sudo yum -y install texlive-substr
How To Uninstall texlive-substr on Fedora 36
To uninstall only the texlive-substr
package we can use the following command:
sudo dnf remove texlive-substr
texlive-substr Package Contents on Fedora 36
/usr/share/licenses/texlive-substr
/usr/share/licenses/texlive-substr/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/substr
/usr/share/texlive/texmf-dist/tex/latex/substr/substr.sty
References
Summary
In this tutorial we learn how to install texlive-substr
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).