How to Install libsbml5 in Ubuntu 18.04



Install libsbml5 by entering the following commands in the terminal:

sudo apt update
sudo apt install libsbml5

Description:

System Biology Markup Language library

LibSBML is a library designed to help you read, write, manipulate, translate, and validate SBML files and data streams. It is not an application itself (though it does come with many example programs), but rather a library you can embed in your own applications.

Homepage: http://www.sbml.org/

Version: 5.16.0+dfsg-1

Section: universe/libs