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

Last updated: September 19,2024

1. Install "libdexx-java" package

This is a short guide on how to install libdexx-java on Kali Linux

$ sudo apt update $ sudo apt install libdexx-java

2. Uninstall "libdexx-java" package

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

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

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

Package: libdexx-java
Version: 0.7-2
Installed-Size: 192
Maintainer: Debian Java Maintainers
Architecture: all
Depends: libjetbrains-annotations-java
Size: 146928
SHA256: a28e11d210ea0eaa14e7de5d5d20d931319f1bac77a941c1be4483a8f720b182
SHA1: 3ed74f7b9394c80d4fdb1e73110217e5a913920b
MD5sum: 074f7dcbd452ad2644a87fd155cc7253
Description: immutable, persistent collection classes for Java
Dexx Collections are a port of Scala's immutable, persistent collection
classes to pure Java. Persistent in the context of functional data structures
means the data structure preserves the previous version of itself when
modified. This means any reference to a collection is effectively immutable.
However, modifications can be made by returning a new version of the data
structure, leaving the original structure unchanged.
Description-md5:
Homepage: https://github.com/andrewoma/dexx
Section: java
Priority: optional
Filename: pool/main/libd/libdexx-java/libdexx-java_0.7-2_all.deb