How To Install texlive-latino-sine-flexione on Fedora 36

In this tutorial we learn how to install texlive-latino-sine-flexione in Fedora 36. texlive-latino-sine-flexione is LaTeX support for documents written in Peano’s Interlingua

Introduction

In this tutorial we learn how to install texlive-latino-sine-flexione on Fedora 36.

What is texlive-latino-sine-flexione

Latino sine Flexione (or Interlingua) is a language constructed by Giuseppe Peano at the beginning of the last century. This simplified Latin is designed to be an instrument for international cooperation, especially in the academic sphere. (Note that this “Interlingua” is different from the “Interlingua” that was created a few decades after Peano’s work and which is supported by babel-interlingua!) This package provides the necessary translations to use the language within a LaTeX document. It also imports fontenc in order to be able to use ligatures and quotation marks. Finally, it offers a text in Interlingua that can be used as a dummy text intelligentia. This article by H. Bijlsma was first published in Schola et Vita Anno I (1926).

We can use yum or dnf to install texlive-latino-sine-flexione on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-latino-sine-flexione.

Install texlive-latino-sine-flexione 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-latino-sine-flexione using dnf by running the following command:

sudo dnf -y install texlive-latino-sine-flexione

Install texlive-latino-sine-flexione 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-latino-sine-flexione using yum by running the following command:

sudo yum -y install texlive-latino-sine-flexione

How To Uninstall texlive-latino-sine-flexione on Fedora 36

To uninstall only the texlive-latino-sine-flexione package we can use the following command:

sudo dnf remove texlive-latino-sine-flexione

texlive-latino-sine-flexione Package Contents on Fedora 36

/usr/share/licenses/texlive-latino-sine-flexione
/usr/share/licenses/texlive-latino-sine-flexione/pd.txt
/usr/share/texlive/texmf-dist/doc/latex/latino-sine-flexione
/usr/share/texlive/texmf-dist/doc/latex/latino-sine-flexione/README.md
/usr/share/texlive/texmf-dist/doc/latex/latino-sine-flexione/fundamento.tex
/usr/share/texlive/texmf-dist/tex/latex/latino-sine-flexione
/usr/share/texlive/texmf-dist/tex/latex/latino-sine-flexione/latino-sine-flexione.sty

References

Summary

In this tutorial we learn how to install texlive-latino-sine-flexione on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).