How To Install tetgen-doc on Fedora 36

In this tutorial we learn how to install tetgen-doc in Fedora 36. tetgen-doc is Manual for tetgen

Introduction

In this tutorial we learn how to install tetgen-doc on Fedora 36.

What is tetgen-doc

The tetgen-doc package contains the tetgen manual.

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

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

sudo dnf -y install tetgen-doc

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

sudo yum -y install tetgen-doc

How To Uninstall tetgen-doc on Fedora 36

To uninstall only the tetgen-doc package we can use the following command:

sudo dnf remove tetgen-doc

tetgen-doc Package Contents on Fedora 36

/usr/share/doc/tetgen-doc
/usr/share/doc/tetgen-doc/LICENSE
/usr/share/doc/tetgen-doc/example.poly
/usr/share/doc/tetgen-doc/manual.pdf

References

Summary

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