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

Last updated: May 07,2024

1. Install "libfastutil-java" package

This guide let you learn how to install libfastutil-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libfastutil-java

2. Uninstall "libfastutil-java" package

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

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

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

Package: libfastutil-java
Priority: optional
Section: universe/java
Installed-Size: 16771
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 7.0.2-1
Filename: pool/universe/libf/libfastutil-java/libfastutil-java_7.0.2-1_all.deb
Size: 14128914
MD5sum: 9fe57f8a2a40fdb8402f4f75e5a6593b
SHA1: 8204aac547df88c83c01d5046e70c0b5ecfd8cb4
SHA256: 9a9b8b66e50fdde82b5d068a2883421fb30a290013e47501b9233d77f5c39ea9
Description-en: Java API providing type-specific maps, sets, lists and queues
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.
Description-md5: 9f404e9fb0e64677c8ab1ef8e3ea5ee5
Homepage: http://fastutil.di.unimi.it/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu