How To Install texlive-tikz-lake-fig on Fedora 36
Introduction
In this tutorial we learn how to install texlive-tikz-lake-fig
on Fedora 36.
What is texlive-tikz-lake-fig
This package contains a collection of schematic diagrams of lakes for use in LaTeX documents. Diagrams include representations of material budgets, fluxes, and connectivity arrangements.
We can use yum
or dnf
to install texlive-tikz-lake-fig
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-tikz-lake-fig.
Install texlive-tikz-lake-fig 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-tikz-lake-fig
using dnf
by running the following command:
sudo dnf -y install texlive-tikz-lake-fig
Install texlive-tikz-lake-fig 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-tikz-lake-fig
using yum
by running the following command:
sudo yum -y install texlive-tikz-lake-fig
How To Uninstall texlive-tikz-lake-fig on Fedora 36
To uninstall only the texlive-tikz-lake-fig
package we can use the following command:
sudo dnf remove texlive-tikz-lake-fig
texlive-tikz-lake-fig Package Contents on Fedora 36
/usr/share/licenses/texlive-tikz-lake-fig
/usr/share/licenses/texlive-tikz-lake-fig/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/tikz-lake-fig
/usr/share/texlive/texmf-dist/doc/latex/tikz-lake-fig/README.md
/usr/share/texlive/texmf-dist/doc/latex/tikz-lake-fig/tikz-lake-fig-doc.pdf
/usr/share/texlive/texmf-dist/doc/latex/tikz-lake-fig/tikz-lake-fig-doc.tex
/usr/share/texlive/texmf-dist/tex/latex/tikz-lake-fig
/usr/share/texlive/texmf-dist/tex/latex/tikz-lake-fig/tikz-lake-fig.sty
References
Summary
In this tutorial we learn how to install texlive-tikz-lake-fig
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).