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

Last updated: May 15,2024

1. Install "libconcurrentlinkedhashmap-java" package

This guide covers the steps necessary to install libconcurrentlinkedhashmap-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libconcurrentlinkedhashmap-java

2. Uninstall "libconcurrentlinkedhashmap-java" package

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

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

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

Package: libconcurrentlinkedhashmap-java
Priority: optional
Section: universe/java
Installed-Size: 144
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 1.1~jdk5-1
Filename: pool/universe/libc/libconcurrentlinkedhashmap-java/libconcurrentlinkedhashmap-java_1.1~jdk5-1_all.deb
Size: 48424
MD5sum: 57342eb619f3ead2ec88c3413d62f8f3
SHA1: 00a171f0e755877a9f6cf52da219456c35fe9912
SHA256: 77f6ddbd2f359b48e8850ded090bb1bffe1896b58722f77d91809aa561d5804c
Description-en: Implementation of java.util.LinkedHashMap with concurrency support
Java library that provides a hash table supporting full
concurrency of retrievals, adjustable expected
concurrency for updates, and a maximum capacity to bound
the map by. This implementation differs from
java.util.concurrent.ConcurrentHashMap in that it
maintains a page replacement algorithm that is
used to evict an entry when the map has exceeded its
capacity. Unlike the Java Collections Framework, this
map does not have a publicly visible constructor and
instances are created through a Builder.
Description-md5: 55bafa1a8a5f5fcaba2f2a7b3806522a
Homepage: http://code.google.com/p/concurrentlinkedhashmap/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu