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

Last updated: April 26,2024

1. Install "libxmlbeans-java" package

This is a short guide on how to install libxmlbeans-java on Kali Linux

$ sudo apt update $ sudo apt install libxmlbeans-java

2. Uninstall "libxmlbeans-java" package

Please follow the steps below to uninstall libxmlbeans-java on Kali Linux:

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

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

Package: libxmlbeans-java
Source: xmlbeans
Version: 4.0.0-2
Installed-Size: 2460
Maintainer: Debian Java Maintainers
Architecture: all
Depends: libjavaparser-java (>= 3.16), libsaxonhe-java, libxml-commons-resolver1.1-java
Size: 2071180
SHA256: d981dc7ea79eee85d3220ee30105fbb412017d8705dba850ab43760ea93ec44b
SHA1: 6e7fb7b0effb99e68f926fb427a6aa659f5b9b0a
MD5sum: af008777677f2c1f17a6879fc3ee03b1
Description: Java library for accessing XML by binding it to Java types
XMLBeans is a technology for accessing XML by binding it to Java types.
.
XMLBeans provides several ways to get at the XML, including:
* Through XML schema that has been compiled to generate Java types that
represent schema types. In this way, you can access instances of the
schema through JavaBeans-style accessors after the fashion of "getFoo"
and "setFoo". The XMLBeans API also allows you to reflect into the XML
schema itself through an XML Schema Object model.
* A cursor model through which you can traverse the full XML infoset.
* Support for XML DOM.
Description-md5:
Homepage: http://xmlbeans.apache.org
Section: java
Priority: optional
Filename: pool/main/x/xmlbeans/libxmlbeans-java_4.0.0-2_all.deb