How to Install and Uninstall jgroups Package on openSuSE Tumbleweed

Last updated: May 01,2024

1. Install "jgroups" package

In this section, we are going to explain the necessary steps to install jgroups on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install jgroups

2. Uninstall "jgroups" package

Please follow the steps below to uninstall jgroups on openSuSE Tumbleweed:

$ sudo zypper remove jgroups

3. Information about the jgroups package on openSuSE Tumbleweed

Information for package jgroups:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : jgroups
Version : 2.6.10-31.10
Arch : noarch
Vendor : openSUSE
Installed Size : 4,7 MiB
Installed : No
Status : not installed
Source package : jgroups-2.6.10-31.10.src
Summary : Toolkit for reliable multicast communication
Description :
JGroups is a toolkit for reliable multicast communication. (Note that
this doesn't necessarily mean IP Multicast, JGroups can also use
transports such as TCP). It can be used to create groups of processes
whose members can send messages to each other. The main features include
* Group creation and deletion. Group members can be spread across
LANs or WANs
* Joining and leaving of groups
* Membership detection and notification about joined/left/crashed members
* Detection and removal of crashed members
* Sending and receiving of member-to-group messages (point-to-multipoint)
* Sending and receiving of member-to-member messages (point-to-point)
To use JGroups one needs:
commons-logging.jar
log4j.jar
To run JGroups you need to have an XML parser installed on your system.
If you use JDK 1.4 or higher, you can use the parser that is shipped with it.
If you want to use the JGroups JMS protocol ( org.jgroups.protocols.JMS ),
then you will also need to place jms.jar somewhere in your CLASSPATH.
Place the JAR files somewhere in your CLASSPATH , and you're ready to start
using JGroups.

5. The same packages on other Linux Distributions