How To Install texlive-upmethodology on Fedora 36

In this tutorial we learn how to install texlive-upmethodology in Fedora 36. texlive-upmethodology is Writing specifications such as for UP-based methodologies

Introduction

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

What is texlive-upmethodology

The bundle allows the user to create Unified Process methodology (UP or RUP) based documents. The style provides document versioning, document history, document authors, document validators, specification description, task management, and several helping macros.

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

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

sudo dnf -y install texlive-upmethodology

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

sudo yum -y install texlive-upmethodology

How To Uninstall texlive-upmethodology on Fedora 36

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

sudo dnf remove texlive-upmethodology

texlive-upmethodology Package Contents on Fedora 36

/usr/share/licenses/texlive-upmethodology
/usr/share/licenses/texlive-upmethodology/lgpl2.1.txt
/usr/share/texlive/texmf-dist/bibtex/bst/upmethodology
/usr/share/texlive/texmf-dist/bibtex/bst/upmethodology/upmplainnat.bst
/usr/share/texlive/texmf-dist/tex/latex/upmethodology
/usr/share/texlive/texmf-dist/tex/latex/upmethodology/UPMVERSION.def
/usr/share/texlive/texmf-dist/tex/latex/upmethodology/upmethodology-backpage.sty
/usr/share/texlive/texmf-dist/tex/latex/upmethodology/upmethodology-code.sty
/usr/share/texlive/texmf-dist/tex/latex/upmethodology/upmethodology-document.cls
/usr/share/texlive/texmf-dist/tex/latex/upmethodology/upmethodology-document.sty
/usr/share/texlive/texmf-dist/tex/latex/upmethodology/upmethodology-extension.sty
/usr/share/texlive/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty
/usr/share/texlive/texmf-dist/tex/latex/upmethodology/upmethodology-frontpage.sty
/usr/share/texlive/texmf-dist/tex/latex/upmethodology/upmethodology-p-common.sty
/usr/share/texlive/texmf-dist/tex/latex/upmethodology/upmethodology-spec.sty
/usr/share/texlive/texmf-dist/tex/latex/upmethodology/upmethodology-task.sty
/usr/share/texlive/texmf-dist/tex/latex/upmethodology/upmethodology-version.sty

References

Summary

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