How To Install libsbml on Fedora 36
Introduction
In this tutorial we learn how to install libsbml
on Fedora 36.
What is libsbml
LibSBML is an open-source programming library designed to read, write, manipulate, translate, and validate SBML files and data streams. It is not an application itself (though it does come with example programs), but rather a library you can embed in other applications. LibSBML 5.19.0 understands SBML Level 3 Version 1 and older, as well as the draft SBML Level 2 Layout proposal by Gauges, Rost, Sahle and Wegner. It’s written in ISO C and C++ but can also be used from C#, Java, MATLAB, Octave, PERL, Python, and Ruby.
We can use yum
or dnf
to install libsbml
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsbml.
Install libsbml 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 libsbml
using dnf
by running the following command:
sudo dnf -y install libsbml
Install libsbml 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 libsbml
using yum
by running the following command:
sudo yum -y install libsbml
How To Uninstall libsbml on Fedora 36
To uninstall only the libsbml
package we can use the following command:
sudo dnf remove libsbml
libsbml Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/64
/usr/lib/.build-id/64/29ec61827e9cb08f631013ec303b5f6e75a72e
/usr/lib/libsbml.so.5
/usr/lib/libsbml.so.5.19.0
/usr/share/doc/libsbml
/usr/share/doc/libsbml/FUNDING.txt
/usr/share/doc/libsbml/NEWS.txt
/usr/share/doc/libsbml/README-extension.txt
/usr/share/doc/libsbml/README.md
/usr/share/licenses/libsbml
/usr/share/licenses/libsbml/COPYING.txt
/usr/share/licenses/libsbml/LICENSE.txt
References
Summary
In this tutorial we learn how to install libsbml
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libsbml on Fedora 36” linkTitle: “libsbml” type: “docs” description: “In this tutorial we learn how to install libsbml in Fedora 36. libsbml is Systems Biology Markup Language library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libsbml-featured.png
Introduction
In this tutorial we learn how to install libsbml
on Fedora 36.
What is libsbml
LibSBML is an open-source programming library designed to read, write, manipulate, translate, and validate SBML files and data streams. It is not an application itself (though it does come with example programs), but rather a library you can embed in other applications. LibSBML 5.19.0 understands SBML Level 3 Version 1 and older, as well as the draft SBML Level 2 Layout proposal by Gauges, Rost, Sahle and Wegner. It’s written in ISO C and C++ but can also be used from C#, Java, MATLAB, Octave, PERL, Python, and Ruby.
We can use yum
or dnf
to install libsbml
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsbml.
Install libsbml 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 libsbml
using dnf
by running the following command:
sudo dnf -y install libsbml
Install libsbml 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 libsbml
using yum
by running the following command:
sudo yum -y install libsbml
How To Uninstall libsbml on Fedora 36
To uninstall only the libsbml
package we can use the following command:
sudo dnf remove libsbml
libsbml Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/84
/usr/lib/.build-id/84/84dac94cd65fa7a4ec64067b13d6be64b01935
/usr/lib64/libsbml.so.5
/usr/lib64/libsbml.so.5.19.0
/usr/share/doc/libsbml
/usr/share/doc/libsbml/FUNDING.txt
/usr/share/doc/libsbml/NEWS.txt
/usr/share/doc/libsbml/README-extension.txt
/usr/share/doc/libsbml/README.md
/usr/share/licenses/libsbml
/usr/share/licenses/libsbml/COPYING.txt
/usr/share/licenses/libsbml/LICENSE.txt
References
Summary
In this tutorial we learn how to install libsbml
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).