How To Install python3-pynest2d on Fedora 36

In this tutorial we learn how to install python3-pynest2d in Fedora 36. python3-pynest2d is Python bindings for libnest2d

Introduction

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

What is python3-pynest2d

Binding allowing libnest2d to be called from Python using NumPy.

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

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

sudo dnf -y install python3-pynest2d

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

sudo yum -y install python3-pynest2d

How To Uninstall python3-pynest2d on Fedora 36

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

sudo dnf remove python3-pynest2d

python3-pynest2d Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/65
/usr/lib/.build-id/65/87b6d84ecbc721df3c9ccb7d7ea5f8d25d7a35
/usr/lib64/python3.10/site-packages/pynest2d.so
/usr/share/doc/python3-pynest2d
/usr/share/doc/python3-pynest2d/README.md
/usr/share/licenses/python3-pynest2d
/usr/share/licenses/python3-pynest2d/LICENSE

References

Summary

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