How To Install python-geomdl-doc on Fedora 36

In this tutorial we learn how to install python-geomdl-doc in Fedora 36. python-geomdl-doc is Documentation for geomdl

Introduction

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

What is python-geomdl-doc

NURBS-Python (geomdl) is a pure Python, self-contained, object-oriented B-Spline and NURBS spline library for Python versions 2.7.x, 3.4.x and later. NURBS-Python (geomdl) provides convenient data structures and highly customizable API for rational and non-rational splines along with the efficient and extensible implementations of the following algorithms • Spline evaluation • Derivative evaluation • Knot insertion • Knot removal • Knot vector refinement • Degree elevation • Degree reduction • Curve and surface fitting via interpolation and least squares approximation NURBS-Python (geomdl) also provides customizable visualization and animation options via Matplotlib, Plotly and VTK libraries. Please refer to the documentation (http

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

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

sudo dnf -y install python-geomdl-doc

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

sudo yum -y install python-geomdl-doc

How To Uninstall python-geomdl-doc on Fedora 36

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

sudo dnf remove python-geomdl-doc

python-geomdl-doc Package Contents on Fedora 36

/usr/share/doc/python-geomdl-doc
/usr/share/doc/python-geomdl-doc/CHANGELOG.md
/usr/share/doc/python-geomdl-doc/CONTRIBUTING.md
/usr/share/doc/python-geomdl-doc/CONTRIBUTORS.rst
/usr/share/doc/python-geomdl-doc/DESCRIPTION.rst
/usr/share/doc/python-geomdl-doc/NURBS-Python.pdf
/usr/share/doc/python-geomdl-doc/README.rst
/usr/share/licenses/python-geomdl-doc
/usr/share/licenses/python-geomdl-doc/LICENSE
/usr/share/licenses/python-geomdl-doc/citing.rst

References

Summary

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