How To Install texlive-rest-api on Fedora 36

In this tutorial we learn how to install texlive-rest-api in Fedora 36. texlive-rest-api is Describing a rest api

Introduction

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

What is texlive-rest-api

This LaTeX package provides macros to describe rest apis for documentation purposes. The endpoints can hold the following information content type response body, content type and status code

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

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

sudo dnf -y install texlive-rest-api

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

sudo yum -y install texlive-rest-api

How To Uninstall texlive-rest-api on Fedora 36

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

sudo dnf remove texlive-rest-api

texlive-rest-api Package Contents on Fedora 36

/usr/share/licenses/texlive-rest-api
/usr/share/licenses/texlive-rest-api/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/latex/rest-api
/usr/share/texlive/texmf-dist/doc/latex/rest-api/README.md
/usr/share/texlive/texmf-dist/doc/latex/rest-api/rest-api.pdf
/usr/share/texlive/texmf-dist/tex/latex/rest-api
/usr/share/texlive/texmf-dist/tex/latex/rest-api/rest-api.sty

References

Summary

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