How To Install texlive-sf298 on Fedora 36

In this tutorial we learn how to install texlive-sf298 in Fedora 36. texlive-sf298 is Standard form 298

Introduction

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

What is texlive-sf298

A LaTeX package for generating a completed standard form 298 (Rev. 8-98) as prescribed by ANSI Std. Z39.18 for report documentation as part of a document delivered, for instance, on a U.S. government contract.

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

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

sudo dnf -y install texlive-sf298

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

sudo yum -y install texlive-sf298

How To Uninstall texlive-sf298 on Fedora 36

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

sudo dnf remove texlive-sf298

texlive-sf298 Package Contents on Fedora 36

/usr/share/licenses/texlive-sf298
/usr/share/licenses/texlive-sf298/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/sf298
/usr/share/texlive/texmf-dist/tex/latex/sf298/sf298.sty

References

Summary

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