How To Install texlive-navydocs on Fedora 36

In this tutorial we learn how to install texlive-navydocs in Fedora 36. texlive-navydocs is Support for Technical Reports by US Navy Organizations

Introduction

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

What is texlive-navydocs

The navydocs package provides an easy means for creating title pages and the following supplementary material pages used in technical reports by United States Navy organizations. These pages are generated by specifying the page content via a set of commands and then calling a macro to create the page at its occurence in the document. This package is provided in the hope that it proves useful to other Navy organizations, with users contributing macros for their organizations.

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

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

sudo dnf -y install texlive-navydocs

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

sudo yum -y install texlive-navydocs

How To Uninstall texlive-navydocs on Fedora 36

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

sudo dnf remove texlive-navydocs

texlive-navydocs Package Contents on Fedora 36

/usr/share/licenses/texlive-navydocs
/usr/share/licenses/texlive-navydocs/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/navydocs
/usr/share/texlive/texmf-dist/doc/latex/navydocs/Makefile
/usr/share/texlive/texmf-dist/doc/latex/navydocs/README.txt
/usr/share/texlive/texmf-dist/doc/latex/navydocs/graphics
/usr/share/texlive/texmf-dist/doc/latex/navydocs/graphics/navy-logo-102.png
/usr/share/texlive/texmf-dist/doc/latex/navydocs/navydocs.pdf
/usr/share/texlive/texmf-dist/doc/latex/navydocs/sampleNavyReport.tex
/usr/share/texlive/texmf-dist/tex/latex/navydocs
/usr/share/texlive/texmf-dist/tex/latex/navydocs/navydocs.sty

References

Summary

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