How To Install texlive-numericplots on Fedora 36
Introduction
In this tutorial we learn how to install texlive-numericplots on Fedora 36.
What is texlive-numericplots
Plotting numeric data is a task which has often to be done for scientific papers. LaTeX itself provides no facilities for drawing more than the simplest plots from supplied data. The package will process user input, and uses PSTricks to plot the results. The package provides Matlab functions to transform Matlab results to plottable data.
We can use yum or dnf to install texlive-numericplots on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-numericplots.
Install texlive-numericplots 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-numericplots using dnf by running the following command:
sudo dnf -y install texlive-numericplots
Install texlive-numericplots 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-numericplots using yum by running the following command:
sudo yum -y install texlive-numericplots
How To Uninstall texlive-numericplots on Fedora 36
To uninstall only the texlive-numericplots package we can use the following command:
sudo dnf remove texlive-numericplots
texlive-numericplots Package Contents on Fedora 36
/usr/share/licenses/texlive-numericplots
/usr/share/licenses/texlive-numericplots/gpl3.txt
/usr/share/texlive/texmf-dist/tex/latex/numericplots
/usr/share/texlive/texmf-dist/tex/latex/numericplots/NumericPlots.sty
/usr/share/texlive/texmf-dist/tex/latex/numericplots/NumericPlots_TickLabels.tex
/usr/share/texlive/texmf-dist/tex/latex/numericplots/NumericPlots_labels.tex
/usr/share/texlive/texmf-dist/tex/latex/numericplots/NumericPlots_legend.tex
/usr/share/texlive/texmf-dist/tex/latex/numericplots/NumericPlots_macros.tex
/usr/share/texlive/texmf-dist/tex/latex/numericplots/NumericPlots_styles.tex
References
Summary
In this tutorial we learn how to install texlive-numericplots on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).