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

Last updated: May 01,2024

1. Install "libjboss-modules-java" package

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

$ sudo apt update $ sudo apt install libjboss-modules-java

2. Uninstall "libjboss-modules-java" package

Please follow the steps below to uninstall libjboss-modules-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libjboss-modules-java $ sudo apt autoclean && sudo apt autoremove

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

Package: libjboss-modules-java
Priority: optional
Section: universe/java
Installed-Size: 382
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: jboss-modules
Version: 1.4.4-1
Suggests: libjboss-modules-java-doc
Filename: pool/universe/j/jboss-modules/libjboss-modules-java_1.4.4-1_all.deb
Size: 342422
MD5sum: 16baaad90d3430a657b615f217c18df0
SHA1: 8d4e7ab652c8eee2dfd8a861990346385e31466a
SHA256: a734763cc50c4aa2a4010ad0e2bce14a315ff767caa85704b01f780dcbd405de
Description-en: Modular Classloading System
JBoss Modules is a standalone implementation of a modular (non-hierarchical)
class loading and execution environment for Java. In other words, rather than
a single class loader which loads all JARs into a flat class path, each
library becomes a module which only links against the exact modules it depends
on, and nothing more. It implements a thread-safe, fast, and highly concurrent
delegating class loader model, coupled to an extensible module resolution
system, which combine to form a unique, simple and powerful system for
application execution and distribution.
Description-md5: d792767a3feb718e4fe87f2b411ef62f
Homepage: https://github.com/jboss-modules/jboss-modules
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu