How To Install python3-libsedml on Fedora 36

In this tutorial we learn how to install python3-libsedml in Fedora 36. python3-libsedml is Python3 library that fully supports SED-ML for SBML

Introduction

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

What is python3-libsedml

The SEDML python package contains the libraries to develop applications with libSEDML Python3 bindings.

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

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

sudo dnf -y install python3-libsedml

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

sudo yum -y install python3-libsedml

How To Uninstall python3-libsedml on Fedora 36

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

sudo dnf remove python3-libsedml

python3-libsedml Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/d6f34ffacd5db31cc5e8ce916d56bb5992eaa4
/usr/lib64/python3.10/site-packages/libsedml
/usr/lib64/python3.10/site-packages/libsedml.pth
/usr/lib64/python3.10/site-packages/libsedml/__pycache__
/usr/lib64/python3.10/site-packages/libsedml/__pycache__/libsedml.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/libsedml/__pycache__/libsedml.cpython-310.pyc
/usr/lib64/python3.10/site-packages/libsedml/_libsedml.so
/usr/lib64/python3.10/site-packages/libsedml/libsedml.py
/usr/share/doc/libsedml
/usr/share/doc/libsedml/NEWS.md
/usr/share/doc/libsedml/README.md
/usr/share/licenses/libsedml
/usr/share/licenses/libsedml/LICENSE.txt

References

Summary

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