How to Install and Uninstall libconcurrent-java Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 07,2024

1. Install "libconcurrent-java" package

This is a short guide on how to install libconcurrent-java on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libconcurrent-java

2. Uninstall "libconcurrent-java" package

Here is a brief guide to show you how to uninstall libconcurrent-java on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libconcurrent-java package on Ubuntu 21.04 (Hirsute Hippo)

Package: libconcurrent-java
Architecture: all
Version: 1.3.4-4.1
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: 174
Depends: default-jre-headless | java2-runtime-headless
Filename: pool/universe/c/concurrent-dfsg/libconcurrent-java_1.3.4-4.1_all.deb
Size: 137464
MD5sum: 4f300f2d2629350a168b86525365514b
SHA1: d49ead76e14f7fee658324de296758f27d88b561
SHA256: 4bdd7e21143ff655f3cc843bcc2359d8937c64425f2baa1bb13c25c923b89e10
SHA512: 98682d7222a5318515cd661a801c65c6740381082d5be6989355bcfd02a8d71a64954220770e4a17ca00c5dff5715570d788a5b6e197da2ace6f395f97f7505c
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