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

Last updated: January 24,2025

1. Install "libejml-java" package

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

$ sudo apt update $ sudo apt install libejml-java

2. Uninstall "libejml-java" package

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

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

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

Package: libejml-java
Version: 0.41+ds-2
Installed-Size: 2723
Maintainer: Debian Java Maintainers
Architecture: all
Depends: junit5, libauto64fto32f-java, libgeronimo-annotation-1.3-spec-java, libjetbrains-annotations-java, libjsr305-java, liblombok-java
Size: 2498864
SHA256: 846fafe4f956ce0dbd407ed923bf364ac162dd516232d304426a0c3676dbd371
SHA1: e5320c2bc43a2fd6863ed4dade9f4ec422090925
MD5sum: 4434dad54e03244ab01812645d8d05b2
Description: Efficient Java Matrix Library
Efficient Java Matrix Library (EJML) is a linear algebra library for
manipulating dense matrices. Its design goals are;
1) to be as computationally and memory efficient as possible for both
small and large matrices, and
2) to be accessible to both novices and experts.
These goals are accomplished by dynamically selecting the best
algorithms to use at runtime, clean API, and multiple interfaces.
.
EJML has three distinct ways to interact with it:
1) procedural,
2) SimpleMatrix, and
3) Equations.
Procedure provides all capabilities of EJML and almost complete control
over memory creation, speed, and specific algorithms. SimpleMatrix
provides a simplified subset of the core capabilities in an easy to use
flow styled object-oriented API, inspired by Jama. Equations is a
symbolic interface, similar in spirit to Matlab and other CAS, that
provides a compact way of writing equations.
Description-md5:
Multi-Arch: foreign
Homepage: http://ejml.org/wiki
Section: java
Priority: optional
Filename: pool/main/libe/libejml-java/libejml-java_0.41+ds-2_all.deb