How To Install libCombine on Fedora 36

In this tutorial we learn how to install libCombine in Fedora 36. libCombine is C++ library for working with the COMBINE Archive format

Introduction

In this tutorial we learn how to install libCombine on Fedora 36.

What is libCombine

LibCombine implements a C++ API library providing support for the Combine Archive. The library is written after the likeness of libSBML (and in fact some classes have been generated using DEVISER). Thus even thought he core is written in C++, the classes can be accessed via SWIG from .NET, Java and Python.

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

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

sudo dnf -y install libCombine

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

sudo yum -y install libCombine

How To Uninstall libCombine on Fedora 36

To uninstall only the libCombine package we can use the following command:

sudo dnf remove libCombine

libCombine Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/2014e046339c214667397f755c35287e4fddd9
/usr/lib64/libCombine.so.0
/usr/lib64/libCombine.so.0.2.15
/usr/share/doc/libCombine
/usr/share/doc/libCombine/README.md
/usr/share/doc/libCombine/VERSION.txt
/usr/share/licenses/libCombine
/usr/share/licenses/libCombine/LICENSE.md

References

Summary

In this tutorial we learn how to install libCombine on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install libCombine on Fedora 36” linkTitle: “libCombine” type: “docs” description: “In this tutorial we learn how to install libCombine in Fedora 36. libCombine is C++ library for working with the COMBINE Archive format” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libCombine-featured.png

Introduction

In this tutorial we learn how to install libCombine on Fedora 36.

What is libCombine

LibCombine implements a C++ API library providing support for the Combine Archive. The library is written after the likeness of libSBML (and in fact some classes have been generated using DEVISER). Thus even thought he core is written in C++, the classes can be accessed via SWIG from .NET, Java and Python.

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

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

sudo dnf -y install libCombine

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

sudo yum -y install libCombine

How To Uninstall libCombine on Fedora 36

To uninstall only the libCombine package we can use the following command:

sudo dnf remove libCombine

libCombine Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/bace0b2f214f8040dd1c337a55c534e49025de
/usr/lib/libCombine.so.0
/usr/lib/libCombine.so.0.2.15
/usr/share/doc/libCombine
/usr/share/doc/libCombine/README.md
/usr/share/doc/libCombine/VERSION.txt
/usr/share/licenses/libCombine
/usr/share/licenses/libCombine/LICENSE.md

References

Summary

In this tutorial we learn how to install libCombine on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).