How To Install ruby-SBML on Fedora 36

In this tutorial we learn how to install ruby-SBML in Fedora 36. ruby-SBML is Ruby bindings for libSBML

Introduction

In this tutorial we learn how to install ruby-SBML on Fedora 36.

What is ruby-SBML

This package contains Ruby bindings for libSBML.

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

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

sudo dnf -y install ruby-SBML

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

sudo yum -y install ruby-SBML

How To Uninstall ruby-SBML on Fedora 36

To uninstall only the ruby-SBML package we can use the following command:

sudo dnf remove ruby-SBML

ruby-SBML Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/88
/usr/lib/.build-id/88/97d07e34a9220ccfd5569a1aa1b03aa9ce9a0b
/usr/lib64/ruby/vendor_ruby/libSBML.so
/usr/share/doc/libsbml/README-ruby.txt
/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 ruby-SBML on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).