How To Install nemo-python-devel on Fedora 36

In this tutorial we learn how to install nemo-python-devel in Fedora 36. nemo-python-devel is Python scripting extension for Nemo

Introduction

In this tutorial we learn how to install nemo-python-devel on Fedora 36.

What is nemo-python-devel

Python scripting extension for Nemo

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

Install nemo-python-devel 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 nemo-python-devel using dnf by running the following command:

sudo dnf -y install nemo-python-devel

Install nemo-python-devel 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 nemo-python-devel using yum by running the following command:

sudo yum -y install nemo-python-devel

How To Uninstall nemo-python-devel on Fedora 36

To uninstall only the nemo-python-devel package we can use the following command:

sudo dnf remove nemo-python-devel

nemo-python-devel Package Contents on Fedora 36

/usr/lib64/pkgconfig/nemo-python.pc

References

Summary

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