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

Last updated: May 17,2024

1. Install "libtrove3-java" package

Here is a brief guide to show you how to install libtrove3-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtrove3-java

2. Uninstall "libtrove3-java" package

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

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

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

Package: libtrove3-java
Priority: optional
Section: universe/java
Installed-Size: 2489
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: trove3
Version: 3.0.3-3
Filename: pool/universe/t/trove3/libtrove3-java_3.0.3-3_all.deb
Size: 2051766
MD5sum: b868242276a8cfb19afa425fc2450d6b
SHA1: d548e9b7438cae270297707818d77a09a8df5ee5
SHA256: f1027d22a03105bd7494f7d9a97d0bd27d8b56d90984ddc4cf7462a463983e02
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.
Description-md5: b3b886b4634e1682d711ea75b5085d3b
Homepage: http://trove4j.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu