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

Last updated: May 17,2024

1. Install "libfastutil-java-doc" package

This tutorial shows how to install libfastutil-java-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libfastutil-java-doc" package

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

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

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

Package: libfastutil-java-doc
Priority: optional
Section: universe/doc
Installed-Size: 160959
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: libfastutil-java
Version: 7.0.2-1
Filename: pool/universe/libf/libfastutil-java/libfastutil-java-doc_7.0.2-1_all.deb
Size: 3641016
MD5sum: 44d68d1becc5972db4ce027f97f11826
SHA1: e82a73827d0cdd6d799590b7a30845453f1bfd1a
SHA256: a573f9607cae866401b5c6c1992dc5bca27a52190590e457401024ef492664c8
Description-en: API documentation for libfastutil-java
Fastutil extends the Java™ Collections Framework by providing
type-specific maps, sets, lists and queues with a small memory footprint
and fast access and insertion; provides also big (64-bit) arrays, sets
and lists, and fast, practical I/O classes for binary and text files.
.
The classes implement their standard counterpart interface (e.g., Map
for maps) and can be plugged into existing code. Moreover, they provide
additional features (such as bidirectional iterators) that are not
available in the standard classes.
.
Besides objects and primitive types, fastutil classes provide support
for references, that is, objects that are compared using the equality
operator rather than the equals() method.
.
This package contains the javadoc documentation files.
Description-md5: 3cdfddd47346c97ea755709317d10203
Homepage: http://fastutil.di.unimi.it/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu