How to Install and Uninstall xmlbeans Package on Kali Linux

Last updated: July 08,2024

1. Install "xmlbeans" package

Please follow the guidance below to install xmlbeans on Kali Linux

$ sudo apt update $ sudo apt install xmlbeans

2. Uninstall "xmlbeans" package

This tutorial shows how to uninstall xmlbeans on Kali Linux:

$ sudo apt remove xmlbeans $ sudo apt autoclean && sudo apt autoremove

3. Information about the xmlbeans package on Kali Linux

Package: xmlbeans
Version: 4.0.0-2
Installed-Size: 32
Maintainer: Debian Java Maintainers
Architecture: all
Depends: default-jre-headless | java2-runtime-headless, libxmlbeans-java (>= 4.0.0-2)
Size: 11168
SHA256: 57679453239a1e1e1bcf24edf45debcfeb0befb4d24a192e15b27f4fde5cbe1d
SHA1: 6e7b068dc147c79870bee578a225d6b8d07c3211
MD5sum: 0dc32ff272079752e348d5f1f2279589
Description: Java library for accessing XML by binding it to Java types - tools
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.
.
This package provide some command-line tools:
* dumpxsb: XSB File Dumper
* inst2xsd: Instance to Schema Tool
* scomp: Schema Compiler
* sdownload: Schema Downloader
* sfactor: Schema Factoring Tool
* svalidate: Streaming Instance Validator
* xsdvalidate: Instance Validator
* xpretty: XML Pretty Printer
* xsd2inst: Schema to Instance Tool
* xsdtree: Schema Type Hierarchy Printer
* xstc: Invoke XSTC
Description-md5:
Homepage: http://xmlbeans.apache.org
Tag: devel::code-generator, implemented-in::java, role::program,
works-with-format::xml
Section: java
Priority: optional
Filename: pool/main/x/xmlbeans/xmlbeans_4.0.0-2_all.deb