How to Install and Uninstall libtrove-java Package on Kali Linux

Last updated: May 09,2024

1. Install "libtrove-java" package

This guide covers the steps necessary to install libtrove-java on Kali Linux

$ sudo apt update $ sudo apt install libtrove-java

2. Uninstall "libtrove-java" package

Here is a brief guide to show you how to uninstall libtrove-java on Kali Linux:

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

3. Information about the libtrove-java package on Kali Linux

Package: libtrove-java
Source: trove
Version: 2.1.0-3
Installed-Size: 855
Maintainer: Debian Java Maintainers
Architecture: all
Size: 708864
SHA256: 9ad2c504f41f9a1fab7b48d07804b3e4ae1985f7753c8fe5f2083aace64c842f
SHA1: 50251dc3b9f4b5e8f72c5ff7c3a94a2425f27c14
MD5sum: 7d15a82fe95d046a4268bf09f0aca6e1
Description: 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:
Homepage: http://trove4j.sourceforge.net
Section: java
Priority: optional
Filename: pool/main/t/trove/libtrove-java_2.1.0-3_all.deb