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

Last updated: September 29,2024

1. Install "python3-geomdl.x86_64" package

This is a short guide on how to install python3-geomdl.x86_64 on Fedora 38

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

2. Uninstall "python3-geomdl.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python3-geomdl.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 1:29:37 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-geomdl
Version : 5.3.1
Release : 13.fc38
Architecture : x86_64
Size : 2.0 M
Source : python-geomdl-5.3.1-13.fc38.src.rpm
Repository : fedora
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.