How to Install and Uninstall jcsp Package on openSUSE Leap

Last updated: May 19,2024

1. Install "jcsp" package

Please follow the instructions below to install jcsp on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install jcsp

2. Uninstall "jcsp" package

This guide covers the steps necessary to uninstall jcsp on openSUSE Leap:

$ sudo zypper remove jcsp

3. Information about the jcsp package on openSUSE Leap

Information for package jcsp:
-----------------------------
Repository : Main Repository
Name : jcsp
Version : 1.1~rc5-150200.3.4.3
Arch : noarch
Vendor : SUSE LLC
Installed Size : 750.2 KiB
Installed : No
Status : not installed
Source package : jcsp-1.1~rc5-150200.3.4.3.src
Upstream URL : https://github.com/codehaus/jcsp
Summary : Communicating Sequential Processes for Java (JCSP)
Description :
JCSP (Communication Sequential Processes for Java) is a
library providing a concurrency model that is a combination
of ideas from Hoare's CSP and Milner's pi-calculus.
Communicating Sequential Processes (CSP) is a mathematical
theory for specifying and verifying complex patterns of
behavior arising from interactions between concurrent
objects.
JCSP provides a base range of CSP primitives plus a rich set of
extensions. Also included is a package providing CSP process
wrappers giving a channel interface to all Java AWT widgets
and graphics operations. It is extensively (java/documented)
and includes much teaching.
JCSP is an alternative concurrency model to the threads and
mechanisms built into Java. It is also compatible with
it since it is implemented on top of it.

5. The same packages on other Linux Distributions