How To Install libsedml-static on Fedora 36

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

Introduction

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

What is libsedml-static

This package provides static library of libsedml.

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

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

sudo dnf -y install libsedml-static

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

sudo yum -y install libsedml-static

How To Uninstall libsedml-static on Fedora 36

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

sudo dnf remove libsedml-static

libsedml-static Package Contents on Fedora 36

/usr/lib64/libsedml-static.a
/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 libsedml-static on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install libsedml-static on Fedora 36” linkTitle: “libsedml-static” type: “docs” description: “In this tutorial we learn how to install libsedml-static in Fedora 36. libsedml-static is Library that fully supports SED-ML for SBML” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libsedml-static-featured.png

Introduction

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

What is libsedml-static

This package provides static library of libsedml.

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

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

sudo dnf -y install libsedml-static

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

sudo yum -y install libsedml-static

How To Uninstall libsedml-static on Fedora 36

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

sudo dnf remove libsedml-static

libsedml-static Package Contents on Fedora 36

/usr/lib/libsedml-static.a
/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 libsedml-static on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).