How to Install and Uninstall python3-geomdl.x86_64 Package on Fedora 34

Last updated: October 08,2024

1. Install "python3-geomdl.x86_64" package

Please follow the instructions below to install python3-geomdl.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install python3-geomdl.x86_64

2. Uninstall "python3-geomdl.x86_64" package

This is a short guide on how to uninstall python3-geomdl.x86_64 on Fedora 34:

$ sudo dnf remove python3-geomdl.x86_64 $ sudo dnf autoremove

3. Information about the python3-geomdl.x86_64 package on Fedora 34

Last metadata expiration check: 0:57:39 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-geomdl
Version : 5.3.1
Release : 1.fc34
Architecture : x86_64
Size : 1.9 M
Source : python-geomdl-5.3.1-1.fc34.src.rpm
Repository : updates
Summary : Object-oriented pure Python B-Spline and NURBS library
URL : https://onurraufbingol.com/NURBS-Python/
License : MIT
Description : 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://nurbs-python.readthedocs.io/) for more details.