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

Last updated: May 14,2024

1. Install "libjpf-java" package

Learn how to install libjpf-java on Kali Linux

$ sudo apt update $ sudo apt install libjpf-java

2. Uninstall "libjpf-java" package

In this section, we are going to explain the necessary steps to uninstall libjpf-java on Kali Linux:

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

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

Package: libjpf-java
Version: 1.5.1+dfsg-5
Installed-Size: 5572
Maintainer: Debian Java Maintainers
Architecture: all
Size: 684532
SHA256: 0015caa6397435d82c14ba061ba62ccd29e44a351a100d8033a84c3347ebabe0
SHA1: c97d0c64a0fa452655b97d2c29ace4e636603024
MD5sum: 3ebf15e82282dfc716f0188c33e19050
Description: Java Plugin Framework: plug-in infrastructure library for Java projects
JPF provides a runtime engine that dynamically discovers and loads
"plug-ins". A plug-in is a structured component that describes itself to JPF
using a "manifest". JPF maintains a registry of available plug-ins and the
functions they provide (via extension points and extensions).
.
One major goal of JPF is that the application (and its end-user) should not
pay any memory or performance penalty for plug-ins that are installed, but
not used. Plug-ins are added to the registry at application start-up or
while the application is running but they are not loaded until they are
called.
Description-md5:
Homepage: http://jpf.sourceforge.net/
Section: java
Priority: optional
Filename: pool/main/libj/libjpf-java/libjpf-java_1.5.1+dfsg-5_all.deb