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

Last updated: May 10,2024

1. Install "libconcurrent-java" package

Please follow the step by step instructions below to install libconcurrent-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libconcurrent-java

2. Uninstall "libconcurrent-java" package

Learn how to uninstall libconcurrent-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libconcurrent-java
Priority: optional
Section: universe/libs
Installed-Size: 200
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: concurrent-dfsg
Version: 1.3.4-4
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
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
Homepage: http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu