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

Last updated: May 18,2024

1. Install "libtrove-java" package

Learn how to install libtrove-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtrove-java

2. Uninstall "libtrove-java" package

This is a short guide on how to uninstall libtrove-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libtrove-java
Priority: optional
Section: universe/libs
Installed-Size: 856
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: trove
Version: 2.1.0-2
Depends: default-jre-headless | java5-runtime-headless
Filename: pool/universe/t/trove/libtrove-java_2.1.0-2_all.deb
Size: 745646
MD5sum: 757b5857169df4e4bfd1af41c6f3cc15
SHA1: 3683988b9b1c2ac8e75be82e4b8e4d5786220229
SHA256: eb409347ed9559294c615e5cacf4d1f797f63f53286f6908f38a851ade00e475
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