How To Install texlive-curve2e on Fedora 36

In this tutorial we learn how to install texlive-curve2e in Fedora 36. texlive-curve2e is Extensions for package pict2e

Introduction

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

What is texlive-curve2e

The package extends the drawing capacities of the pict2e that serves as a LaTeX 2e replacement for picture mode. In particular, curve2e introduces new macros for lines and vectors, new specifications for line terminations and joins, arcs with any angular aperture, arcs with arrows at one or both ends, generic curves specified with their nodes and the tangent direction at these nodes.

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

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

sudo dnf -y install texlive-curve2e

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

sudo yum -y install texlive-curve2e

How To Uninstall texlive-curve2e on Fedora 36

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

sudo dnf remove texlive-curve2e

texlive-curve2e Package Contents on Fedora 36

/usr/share/licenses/texlive-curve2e
/usr/share/licenses/texlive-curve2e/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/curve2e
/usr/share/texlive/texmf-dist/tex/latex/curve2e/curve2e-v161.sty
/usr/share/texlive/texmf-dist/tex/latex/curve2e/curve2e.sty

References

Summary

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