How To Install java-libsbml on Fedora 36

In this tutorial we learn how to install java-libsbml in Fedora 36. java-libsbml is Java bindings for libSBML

Introduction

In this tutorial we learn how to install java-libsbml on Fedora 36.

What is java-libsbml

This package contains Java bindings for libSBML.

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

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

sudo dnf -y install java-libsbml

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

sudo yum -y install java-libsbml

How To Uninstall java-libsbml on Fedora 36

To uninstall only the java-libsbml package we can use the following command:

sudo dnf remove java-libsbml

java-libsbml Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/7cced1136fef0ffa0623fcc8735b62b7efca52
/usr/lib/java/libsbmlj.jar
/usr/lib64/libsbml
/usr/lib64/libsbml/libsbmlj.so
/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 java-libsbml on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).