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

Last updated: May 17,2024

1. Install "libtrove3-java" package

Please follow the guidance below to install libtrove3-java on Kali Linux

$ sudo apt update $ sudo apt install libtrove3-java

2. Uninstall "libtrove3-java" package

This guide covers the steps necessary to uninstall libtrove3-java on Kali Linux:

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

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

Package: libtrove3-java
Source: trove3
Version: 3.0.3-5
Installed-Size: 2601
Maintainer: Debian Java Maintainers
Architecture: all
Size: 2145520
SHA256: f7f7540bd295e5b45c247109a1000831c63e3f54b633278bc273ff0e73195df0
SHA1: 177041c3381872703c7c7a731d6bd8b92a863a10
MD5sum: 8d38f18bde0ee2188eae30afbe9ad1ba
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/trove3/libtrove3-java_3.0.3-5_all.deb