How to Install and Uninstall libjcsp-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "libjcsp-java" package

Please follow the guidelines below to install libjcsp-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjcsp-java

2. Uninstall "libjcsp-java" package

This is a short guide on how to uninstall libjcsp-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libjcsp-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjcsp-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libjcsp-java
Priority: optional
Section: universe/java
Installed-Size: 795
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: jcsp
Version: 1.1-rc4-2
Suggests: libjcsp-java-doc (= 1.1-rc4-2)
Filename: pool/universe/j/jcsp/libjcsp-java_1.1-rc4-2_all.deb
Size: 607030
MD5sum: f1ddf953e0b5970a33f9ce3b8e8a4dc3
SHA1: 88a7a9a0468330bfe1a901df602d9f5b2e46d2cd
SHA256: f15f597ffd2a977028d46e00a2ce4fa6bd7e722710f756a13249e5946adc0597
Description-en: Java library providing Communicating Sequential Processes (CSP) features
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
behaviour arising from interactions between concurrent
objects.
.
JSCP 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 (javadoc)umented
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.
Description-md5: 92d65651fc160f75808cc7d69206afe9
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu