How to Install and Uninstall libsbw.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "libsbw.x86_64" package

This tutorial shows how to install libsbw.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install libsbw.x86_64

2. Uninstall "libsbw.x86_64" package

Please follow the instructions below to uninstall libsbw.x86_64 on Fedora 34:

$ sudo dnf remove libsbw.x86_64 $ sudo dnf autoremove

3. Information about the libsbw.x86_64 package on Fedora 34

Last metadata expiration check: 4:53:03 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : libsbw
Version : 2.12.2
Release : 8.fc34
Architecture : x86_64
Size : 389 k
Source : libsbw-2.12.2-8.fc34.src.rpm
Repository : fedora
Summary : C++ Broker library
URL : http://sourceforge.net/projects/sbw/
License : BSD
Description : The Systems Biology Workbench (SBW) is a framework for application
: intercommunications. It uses a broker-based, distributed,
: message-passing architecture, supports many languages
: including Java, C++, Perl & Python, and runs under Linux,OSX & Win32.
: By default, the Broker opens a port for inter-Broker communications
: by searching for the first free port in the range 10102 through 10202,
: inclusive.
: By default, in Fedora this port range is not opened.
: See man-page for further informations.
:
: libSBW is the C++ Broker port from the original SBW Broker (written in Java)
: to C++. The current version implements all the functionality for the local side.
: Meaning if you will just use the Broker on a single machine you should be fine
: using the C++ Broker.