How to Install and Uninstall libconcurrent-java Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 10,2024

1. Install "libconcurrent-java" package

Please follow the steps below to install libconcurrent-java on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libconcurrent-java

2. Uninstall "libconcurrent-java" package

This is a short guide on how to uninstall libconcurrent-java on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libconcurrent-java package on Ubuntu 20.10 (Groovy Gorilla)

Package: libconcurrent-java
Architecture: all
Version: 1.3.4-4
Priority: optional
Section: universe/libs
Source: concurrent-dfsg
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 200
Depends: default-jre-headless | java2-runtime-headless
Filename: pool/universe/c/concurrent-dfsg/libconcurrent-java_1.3.4-4_all.deb
Size: 133466
MD5sum: 389a377d3701676e794ad4cf5cc85426
SHA1: 2099e9585b4aad2734893248b71771a77630f8de
SHA256: 318df10a100bd70d562be6f46675cc9997f9369cb6e1e4f4ce5f0eed25341da3
SHA512: 90607586326e602bd031878e090e0965f3af4fc3209a134f882671f3ef397fe74b0fec6f328997c3c27d44da4f568f0f1438ac53791bd5dba2a560a9aea69dfa
Homepage: http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
Description-en: utility classes for concurrent java programming
The concurrent java library provides standardized, efficient versions of
utility classes commonly encountered in concurrent Java programming.
Discussions of the rationale and applications of several of these classes
can be found in the second edition of Concurrent Programming in Java.
.
The package mainly consists of implementations of a few interfaces:
.
* Sync -- locks, conditions
* Channel -- queues, buffers
* Barrier -- multi-party synchronization
* SynchronizedVariable -- atomic ints, refs etc
* java.util.Collection -- collections
* Executor -- replacements for direct use of Thread
Description-md5: 7d7e9ed9166c59a6bbc9b7af7e16e6e1