How To Install libixion-python3 on Fedora 36

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

Introduction

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

What is libixion-python3

Python 3 bindings for libixion.

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

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

sudo dnf -y install libixion-python3

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

sudo yum -y install libixion-python3

How To Uninstall libixion-python3 on Fedora 36

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

sudo dnf remove libixion-python3

libixion-python3 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/44
/usr/lib/.build-id/44/e76a9c50b4eff2ef98e152c6ab6f127b75b20e
/usr/lib64/python3.10/site-packages/ixion.so

References

Summary

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