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

Last updated: September 23,2024

1. Install "libCombine.i686" package

This is a short guide on how to install libCombine.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install libCombine.i686

2. Uninstall "libCombine.i686" package

This guide covers the steps necessary to uninstall libCombine.i686 on Fedora 35:

$ sudo dnf remove libCombine.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 3:16:12 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : libCombine
Version : 0.2.13
Release : 2.fc35
Architecture : i686
Size : 154 k
Source : libCombine-0.2.13-2.fc35.src.rpm
Repository : fedora
Summary : C++ library for working with the COMBINE Archive format
URL : https://github.com/sbmlteam/libCombine
License : BSD and LGPLv2+
Description : 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.