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

Last updated: May 17,2024

1. Install "libtrove-java-doc" package

Please follow the guidance below to install libtrove-java-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libtrove-java-doc" package

This guide let you learn how to uninstall libtrove-java-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libtrove-java-doc
Priority: optional
Section: universe/doc
Installed-Size: 13200
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: trove
Version: 2.1.0-2
Suggests: libtrove-java
Filename: pool/universe/t/trove/libtrove-java-doc_2.1.0-2_all.deb
Size: 902122
MD5sum: 70720b5fd8d4fb44250b960d94af36c9
SHA1: a642b56b2720cca76bb16147a18637432a5e94c2
SHA256: abfe876602d3300ba6a2d1c0b2bee374bca28a01bad8767bdfa047a0d1f1f566
Description-en: high performance collections for java
GNU Trove is a fast, lightweight implementations of the java.util
Collections API. These implementations are designed to be pluggable
replacements for their JDK equivalents.
.
Whenever possible, GNU Trove provide the same collections support for
primitive types. This gap in the JDK is often addressed by using the
"wrapper" classes (java.lang.Integer, java.lang.Float, etc.) with
Object-based collections. For most applications, however, collections
which store primitives directly will require less space and yield
significant performance gains.
.
This package includes the documentation.
Description-md5: 5e28b4ff47f06d668df5f2427384b43e
Homepage: http://trove4j.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu