How To Install texlive-ecgdraw on Fedora 36
Introduction
In this tutorial we learn how to install texlive-ecgdraw on Fedora 36.
What is texlive-ecgdraw
This package provides the \ECG{
} command which draws electrocardiograms (ECG). Therepresents a series of abbreviations which allow to draw different types of wave.
We can use yum or dnf to install texlive-ecgdraw on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-ecgdraw.
Install texlive-ecgdraw on Fedora 36 Using dnf
Install texlive-ecgdraw on Fedora 36 Using dnfUpdate yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install texlive-ecgdraw using dnf by running the following command:
sudo dnf -y install texlive-ecgdraw
Install texlive-ecgdraw on Fedora 36 Using yum
Install texlive-ecgdraw on Fedora 36 Using yumUpdate yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install texlive-ecgdraw using yum by running the following command:
sudo yum -y install texlive-ecgdraw
How To Uninstall texlive-ecgdraw on Fedora 36
How To Uninstall texlive-ecgdraw on Fedora 36To uninstall only the texlive-ecgdraw package we can use the following command:
sudo dnf remove texlive-ecgdraw
texlive-ecgdraw Package Contents on Fedora 36
texlive-ecgdraw Package Contents on Fedora 36/usr/share/licenses/texlive-ecgdraw
/usr/share/licenses/texlive-ecgdraw/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/ecgdraw
/usr/share/texlive/texmf-dist/doc/latex/ecgdraw/README
/usr/share/texlive/texmf-dist/doc/latex/ecgdraw/archivio.tex
/usr/share/texlive/texmf-dist/doc/latex/ecgdraw/ecgdraw.pdf
/usr/share/texlive/texmf-dist/doc/latex/ecgdraw/ecgdraw_ita.pdf
/usr/share/texlive/texmf-dist/tex/latex/ecgdraw
/usr/share/texlive/texmf-dist/tex/latex/ecgdraw/ecgdraw.sty
References
ReferencesSummary
SummaryIn this tutorial we learn how to install texlive-ecgdraw on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).