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

Last updated: September 20,2024

1. Install "libjsr166y-java" package

Please follow the guidelines below to install libjsr166y-java on Kali Linux

$ sudo apt update $ sudo apt install libjsr166y-java

2. Uninstall "libjsr166y-java" package

Please follow the guidance below to uninstall libjsr166y-java on Kali Linux:

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

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

Package: libjsr166y-java
Version: 1.7.0-3
Installed-Size: 745
Maintainer: Debian Java Maintainers
Architecture: all
Size: 619136
SHA256: c0924ecd90cdd1be7ab6a154a1e71956225d7318fc322e11927d211e436865fd
SHA1: a481995d4b20507ba181ce4587af63107e0c6511
MD5sum: 8adf7ae4552e0ceda2e92b1fab236033
Description: Parallel computation framework for Java
Java framework that supports a style of parallel programming
in which problems are solved by (recursively) splitting them
into subtasks that are solved in parallel, waiting for them
to complete, and then composing results.
.
Fork/Join parallelism is among the simplest and most
effective design techniques for obtaining good parallel
performance. Fork/Join algorithms are parallel versions
of familiar divide-and-conquer algorithms.
.
JSR166y includes a parallel computation framework:
ForkJoinTasks and their related support classes provide a
very efficient basis for obtaining platform-independent
parallel speed-ups of computation-intensive operations.
Description-md5:
Multi-Arch: foreign
Homepage: https://gee.cs.oswego.edu/dl/concurrency-interest/
Section: java
Priority: optional
Filename: pool/main/libj/libjsr166y-java/libjsr166y-java_1.7.0-3_all.deb