How To Install texlive-sankey on Fedora 36
Introduction
In this tutorial we learn how to install texlive-sankey
on Fedora 36.
What is texlive-sankey
This package provides macros and an environment for creating Sankey diagrams, i.e. flow diagrams in which the width of the arrows is proportional to the flow rate.
We can use yum
or dnf
to install texlive-sankey
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-sankey.
Install texlive-sankey 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-sankey
using dnf
by running the following command:
sudo dnf -y install texlive-sankey
Install texlive-sankey 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-sankey
using yum
by running the following command:
sudo yum -y install texlive-sankey
How To Uninstall texlive-sankey on Fedora 36
To uninstall only the texlive-sankey
package we can use the following command:
sudo dnf remove texlive-sankey
texlive-sankey Package Contents on Fedora 36
/usr/share/licenses/texlive-sankey
/usr/share/licenses/texlive-sankey/gpl.txt
/usr/share/licenses/texlive-sankey/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/sankey
/usr/share/texlive/texmf-dist/doc/latex/sankey/README
/usr/share/texlive/texmf-dist/doc/latex/sankey/sankey-example-energy.tex
/usr/share/texlive/texmf-dist/doc/latex/sankey/sankey-example1.tex
/usr/share/texlive/texmf-dist/doc/latex/sankey/sankey-example2.tex
/usr/share/texlive/texmf-dist/doc/latex/sankey/sankey-example3-variation.tex
/usr/share/texlive/texmf-dist/doc/latex/sankey/sankey-example3.tex
/usr/share/texlive/texmf-dist/doc/latex/sankey/sankey-example4.tex
/usr/share/texlive/texmf-dist/doc/latex/sankey/sankey.pdf
/usr/share/texlive/texmf-dist/tex/latex/sankey
/usr/share/texlive/texmf-dist/tex/latex/sankey/sankey-doc-preamble.sty
/usr/share/texlive/texmf-dist/tex/latex/sankey/sankey.sty
/usr/share/texlive/texmf-dist/tex/latex/sankey/tikzlibrarydubins.code.tex
References
Summary
In this tutorial we learn how to install texlive-sankey
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).