How To Install python3-libnuml on Fedora 36

In this tutorial we learn how to install python3-libnuml in Fedora 36. python3-libnuml is Python3 library that fully supports NUML

Introduction

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

What is python3-libnuml

The NUML python package contains the libraries to develop applications with libNUML Python3 bindings.

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

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

sudo dnf -y install python3-libnuml

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

sudo yum -y install python3-libnuml

How To Uninstall python3-libnuml on Fedora 36

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

sudo dnf remove python3-libnuml

python3-libnuml Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/7ec327b4f2362985fac23fec669632f597c160
/usr/lib64/python3.10/site-packages/libnuml
/usr/lib64/python3.10/site-packages/libnuml.pth
/usr/lib64/python3.10/site-packages/libnuml/__pycache__
/usr/lib64/python3.10/site-packages/libnuml/__pycache__/libnuml.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/libnuml/__pycache__/libnuml.cpython-310.pyc
/usr/lib64/python3.10/site-packages/libnuml/_libnuml.so
/usr/lib64/python3.10/site-packages/libnuml/libnuml.py
/usr/share/doc/libnuml
/usr/share/doc/libnuml/README.md
/usr/share/licenses/libnuml
/usr/share/licenses/libnuml/LICENSE.txt

References

Summary

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