How to Install and Uninstall xmlbeans Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "xmlbeans" package

This tutorial shows how to install xmlbeans on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install xmlbeans

2. Uninstall "xmlbeans" package

Please follow the guidance below to uninstall xmlbeans on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the xmlbeans package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: xmlbeans
Priority: optional
Section: universe/java
Installed-Size: 26
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 2.6.0-3
Depends: default-jre-headless | java2-runtime-headless, libxmlbeans-java (>= 2.6.0-3)
Filename: pool/universe/x/xmlbeans/xmlbeans_2.6.0-3_all.deb
Size: 3776
MD5sum: d66546f13d5bf4c914b44fff7ede05a7
SHA1: 6c6e2a4c0da35e00e09729944c3dbceb10126369
SHA256: 0ded30d52040487dc0e40587f3f761db03a7b5dadf4f81645e2ca7231dfd68c8
Description-en: 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: 94577c9b377068084fbb2feee6146b37
Homepage: http://xmlbeans.apache.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu