How To Install texlive-svn on Fedora 36
Introduction
In this tutorial we learn how to install texlive-svn
on Fedora 36.
What is texlive-svn
The svn package lets you typeset (in LaTeX) the value of Subversion keywords. It is approximately an equivalent to the rcs package, but for Subversion rather than CVS. Details of Subversion (a replacement for CVS) is available from the project’s home site.
We can use yum
or dnf
to install texlive-svn
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-svn.
Install texlive-svn 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-svn
using dnf
by running the following command:
sudo dnf -y install texlive-svn
Install texlive-svn 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-svn
using yum
by running the following command:
sudo yum -y install texlive-svn
How To Uninstall texlive-svn on Fedora 36
To uninstall only the texlive-svn
package we can use the following command:
sudo dnf remove texlive-svn
texlive-svn Package Contents on Fedora 36
/usr/share/licenses/texlive-svn
/usr/share/licenses/texlive-svn/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/svn
/usr/share/texlive/texmf-dist/tex/latex/svn/svn.sty
References
Summary
In this tutorial we learn how to install texlive-svn
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).