How To Install python3-numpy-stl on Fedora 36

In this tutorial we learn how to install python3-numpy-stl in Fedora 36. python3-numpy-stl is Library for reading, writing and modifying STL files

Introduction

In this tutorial we learn how to install python3-numpy-stl on Fedora 36.

What is python3-numpy-stl

Simple library to make working with STL files (and 3D objects in general) fast and easy. Due to all operations heavily relying on NumPy this is one of the fastest STL editing libraries for Python available.

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

Install python3-numpy-stl 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 python3-numpy-stl using dnf by running the following command:

sudo dnf -y install python3-numpy-stl

Install python3-numpy-stl 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 python3-numpy-stl using yum by running the following command:

sudo yum -y install python3-numpy-stl

How To Uninstall python3-numpy-stl on Fedora 36

To uninstall only the python3-numpy-stl package we can use the following command:

sudo dnf remove python3-numpy-stl

python3-numpy-stl Package Contents on Fedora 36

/usr/bin/stl
/usr/bin/stl2ascii
/usr/bin/stl2bin
/usr/lib/.build-id
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/dbda9b6879324fb85fc2d00e32c24006ad3545
/usr/lib64/python3.10/site-packages/numpy_stl-2.16.3-py3.10.egg-info
/usr/lib64/python3.10/site-packages/numpy_stl-2.16.3-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/numpy_stl-2.16.3-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/numpy_stl-2.16.3-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/numpy_stl-2.16.3-py3.10.egg-info/entry_points.txt
/usr/lib64/python3.10/site-packages/numpy_stl-2.16.3-py3.10.egg-info/requires.txt
/usr/lib64/python3.10/site-packages/numpy_stl-2.16.3-py3.10.egg-info/top_level.txt
/usr/lib64/python3.10/site-packages/stl
/usr/lib64/python3.10/site-packages/stl/__about__.py
/usr/lib64/python3.10/site-packages/stl/__init__.py
/usr/lib64/python3.10/site-packages/stl/__pycache__
/usr/lib64/python3.10/site-packages/stl/__pycache__/__about__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/stl/__pycache__/__about__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/stl/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/stl/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/stl/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/stl/__pycache__/base.cpython-310.pyc
/usr/lib64/python3.10/site-packages/stl/__pycache__/main.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/stl/__pycache__/main.cpython-310.pyc
/usr/lib64/python3.10/site-packages/stl/__pycache__/mesh.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/stl/__pycache__/mesh.cpython-310.pyc
/usr/lib64/python3.10/site-packages/stl/__pycache__/stl.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/stl/__pycache__/stl.cpython-310.pyc
/usr/lib64/python3.10/site-packages/stl/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/stl/__pycache__/utils.cpython-310.pyc
/usr/lib64/python3.10/site-packages/stl/_speedups.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/stl/base.py
/usr/lib64/python3.10/site-packages/stl/main.py
/usr/lib64/python3.10/site-packages/stl/mesh.py
/usr/lib64/python3.10/site-packages/stl/py.typed
/usr/lib64/python3.10/site-packages/stl/stl.py
/usr/lib64/python3.10/site-packages/stl/utils.py
/usr/share/doc/python3-numpy-stl
/usr/share/doc/python3-numpy-stl/README.rst
/usr/share/licenses/python3-numpy-stl
/usr/share/licenses/python3-numpy-stl/LICENSE

References

Summary

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