How To Install texlive-simpleinvoice on Fedora 36

In this tutorial we learn how to install texlive-simpleinvoice in Fedora 36. texlive-simpleinvoice is Easy typesetting of invoices

Introduction

In this tutorial we learn how to install texlive-simpleinvoice on Fedora 36.

What is texlive-simpleinvoice

This package lets you easily typeset professional-looking invoices. The user specifies the content of the invoice by different \setPROPERTY commands, and an invoice is generated automatically with the \makeinvoice command.

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

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

sudo dnf -y install texlive-simpleinvoice

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

sudo yum -y install texlive-simpleinvoice

How To Uninstall texlive-simpleinvoice on Fedora 36

To uninstall only the texlive-simpleinvoice package we can use the following command:

sudo dnf remove texlive-simpleinvoice

texlive-simpleinvoice Package Contents on Fedora 36

/usr/share/licenses/texlive-simpleinvoice
/usr/share/licenses/texlive-simpleinvoice/gpl3.txt
/usr/share/texlive/texmf-dist/doc/latex/simpleinvoice
/usr/share/texlive/texmf-dist/doc/latex/simpleinvoice/LICENSE
/usr/share/texlive/texmf-dist/doc/latex/simpleinvoice/README.md
/usr/share/texlive/texmf-dist/doc/latex/simpleinvoice/doc
/usr/share/texlive/texmf-dist/doc/latex/simpleinvoice/doc/examples
/usr/share/texlive/texmf-dist/doc/latex/simpleinvoice/doc/examples/english.pdf
/usr/share/texlive/texmf-dist/doc/latex/simpleinvoice/doc/examples/english.tex
/usr/share/texlive/texmf-dist/doc/latex/simpleinvoice/doc/examples/norwegian.pdf
/usr/share/texlive/texmf-dist/doc/latex/simpleinvoice/doc/examples/norwegian.tex
/usr/share/texlive/texmf-dist/doc/latex/simpleinvoice/doc/simpleinvoice.pdf
/usr/share/texlive/texmf-dist/doc/latex/simpleinvoice/doc/simpleinvoice.tex
/usr/share/texlive/texmf-dist/tex/latex/simpleinvoice
/usr/share/texlive/texmf-dist/tex/latex/simpleinvoice/simpleinvoice.sty

References

Summary

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