How to Install and Uninstall libsbml.i686 Package on Fedora 35

Last updated: May 18,2024

1. Install "libsbml.i686" package

Learn how to install libsbml.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install libsbml.i686

2. Uninstall "libsbml.i686" package

This tutorial shows how to uninstall libsbml.i686 on Fedora 35:

$ sudo dnf remove libsbml.i686 $ sudo dnf autoremove

3. Information about the libsbml.i686 package on Fedora 35

Last metadata expiration check: 1:01:32 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : libsbml
Version : 5.19.0
Release : 8.fc35
Architecture : i686
Size : 2.4 M
Source : libsbml-5.19.0-8.fc35.src.rpm
Repository : fedora
Summary : Systems Biology Markup Language library
URL : http://sbml.org/Software/libSBML
License : LGPLv2+
Description : 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.