How To Install texlive-odsfile on Fedora 36
Introduction
In this tutorial we learn how to install texlive-odsfile on Fedora 36.
What is texlive-odsfile
The distribution includes a package and a lua library that can together read OpenDocument spreadsheet documents as LaTeX tables. Cells in the tables may be processed by LaTeX macros, so that (for example) the package may be used for drawing some plots. The package uses lua’s zip library.
We can use yum or dnf to install texlive-odsfile on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-odsfile.
Install texlive-odsfile 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-odsfile using dnf by running the following command:
sudo dnf -y install texlive-odsfile
Install texlive-odsfile 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-odsfile using yum by running the following command:
sudo yum -y install texlive-odsfile
How To Uninstall texlive-odsfile on Fedora 36
To uninstall only the texlive-odsfile package we can use the following command:
sudo dnf remove texlive-odsfile
texlive-odsfile Package Contents on Fedora 36
/usr/share/licenses/texlive-odsfile
/usr/share/licenses/texlive-odsfile/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/lualatex/odsfile
/usr/share/texlive/texmf-dist/tex/lualatex/odsfile/odsfile.lua
/usr/share/texlive/texmf-dist/tex/lualatex/odsfile/odsfile.sty
References
Summary
In this tutorial we learn how to install texlive-odsfile on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).