How To Install texlive-diadia on Fedora 36
Introduction
In this tutorial we learn how to install texlive-diadia
on Fedora 36.
What is texlive-diadia
The diadia package allows you to keep a diabetes diary. Usually, this means keeping record of certain medical values like blood sugar, blood pressure, pulse or weight. It might also include other medical, pharmaceutical or nutritional data (HbA1c, insulin doses, carbohydrate units). The diadia package supports all of this plus more - simply by adding more columns to the data file! It is able to evaluate the data file and typesets formatted tables and derived plots. Furthermore, it supports medication charts and info boxes. Supported languages English, German. Feel free to provide other translation files!
We can use yum
or dnf
to install texlive-diadia
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-diadia.
Install texlive-diadia 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-diadia
using dnf
by running the following command:
sudo dnf -y install texlive-diadia
Install texlive-diadia 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-diadia
using yum
by running the following command:
sudo yum -y install texlive-diadia
How To Uninstall texlive-diadia on Fedora 36
To uninstall only the texlive-diadia
package we can use the following command:
sudo dnf remove texlive-diadia
texlive-diadia Package Contents on Fedora 36
/usr/bin/diadia
/usr/share/licenses/texlive-diadia
/usr/share/licenses/texlive-diadia/lppl1.txt
/usr/share/texlive/texmf-dist/doc/latex/diadia
/usr/share/texlive/texmf-dist/doc/latex/diadia/201502.dat
/usr/share/texlive/texmf-dist/doc/latex/diadia/201503.dat
/usr/share/texlive/texmf-dist/doc/latex/diadia/201504.dat
/usr/share/texlive/texmf-dist/doc/latex/diadia/README
/usr/share/texlive/texmf-dist/doc/latex/diadia/ddbsl1avg.dat
/usr/share/texlive/texmf-dist/doc/latex/diadia/diadia-example.pdf
/usr/share/texlive/texmf-dist/doc/latex/diadia/diadia-example.tex
/usr/share/texlive/texmf-dist/doc/latex/diadia/diadia.dat
/usr/share/texlive/texmf-dist/doc/latex/diadia/diadia.dtx
/usr/share/texlive/texmf-dist/doc/latex/diadia/diadia.pdf
/usr/share/texlive/texmf-dist/doc/latex/diadia/hba1c.dat
/usr/share/texlive/texmf-dist/doc/latex/diadia/makefile
/usr/share/texlive/texmf-dist/doc/latex/diadia/manifest.txt
/usr/share/texlive/texmf-dist/scripts/diadia
/usr/share/texlive/texmf-dist/scripts/diadia/diadia.lua
/usr/share/texlive/texmf-dist/tex/latex/diadia
/usr/share/texlive/texmf-dist/tex/latex/diadia/diadia-english.trsl
/usr/share/texlive/texmf-dist/tex/latex/diadia/diadia-fallback.trsl
/usr/share/texlive/texmf-dist/tex/latex/diadia/diadia-german.trsl
/usr/share/texlive/texmf-dist/tex/latex/diadia/diadia.cfg
/usr/share/texlive/texmf-dist/tex/latex/diadia/diadia.sty
References
Summary
In this tutorial we learn how to install texlive-diadia
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).