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

Last updated: May 15,2024

1. Install "libconcurrentlinkedhashmap-java-doc" package

In this section, we are going to explain the necessary steps to install libconcurrentlinkedhashmap-java-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libconcurrentlinkedhashmap-java-doc

2. Uninstall "libconcurrentlinkedhashmap-java-doc" package

Please follow the guidance below to uninstall libconcurrentlinkedhashmap-java-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libconcurrentlinkedhashmap-java-doc
Priority: optional
Section: universe/doc
Installed-Size: 424
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: libconcurrentlinkedhashmap-java
Version: 1.1~jdk5-1
Recommends: libconcurrentlinkedhashmap-java
Suggests: default-jdk-doc
Filename: pool/universe/libc/libconcurrentlinkedhashmap-java/libconcurrentlinkedhashmap-java-doc_1.1~jdk5-1_all.deb
Size: 32062
MD5sum: 6d47d14a2736dd831e3733c36eb977e8
SHA1: 7d05f1ed044d879971221b9f5bae83378f275148
SHA256: a61e1667d215c9ff4685694f1cbc4ef43ba18a8db945e29b167d9b32d542de17
Description-en: Documentation for libconcurrentlinkedhashmap-java
Documentation for concurrentlinkedhashmap that is a
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.
.
This package contains the javadoc files of
libconcurrentlinkedhashmap-java.
Description-md5: 7bf5362a1670558881f6cc21e0b3f089
Homepage: http://code.google.com/p/concurrentlinkedhashmap/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu