How to Install and Uninstall libjpf-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 30,2024

1. Install "libjpf-java" package

This guide covers the steps necessary to install libjpf-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjpf-java

2. Uninstall "libjpf-java" package

This guide covers the steps necessary to uninstall libjpf-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libjpf-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libjpf-java
Priority: extra
Section: universe/java
Installed-Size: 4073
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 1.5.1+dfsg-4
Filename: pool/universe/libj/libjpf-java/libjpf-java_1.5.1+dfsg-4_all.deb
Size: 566724
MD5sum: c4cbe05c3f9aa75eb951f795f6b1792e
SHA1: 65e5a96ef8d268a2961ceec00387021f0be8adc6
SHA256: cf79b3fb48c641d0c9a000c7052e011682d35fa685b4557fb70c511bf71e41c1
Description-en: 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: 6ea44b708f051173bb89fe5c8b572ff0
Homepage: http://jpf.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu