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

Last updated: April 23,2024

1. Install "libxmlbeans-java" package

Please follow the instructions below to install libxmlbeans-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libxmlbeans-java

2. Uninstall "libxmlbeans-java" package

Please follow the step by step instructions below to uninstall libxmlbeans-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libxmlbeans-java
Priority: optional
Section: universe/libs
Installed-Size: 2738
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: xmlbeans
Version: 2.6.0-3
Depends: libxml-commons-resolver1.1-java
Filename: pool/universe/x/xmlbeans/libxmlbeans-java_2.6.0-3_all.deb
Size: 2287462
MD5sum: e732ec8c0d97d0a8aab778c2a1ceec13
SHA1: 8334c196f2f1233dc3e1c1c987e2da53a7a49762
SHA256: decaadcaf873f477cdeb3cf6a2eca7685917c5e48f523a283a7140a6c6c70930
Description-en: 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: e2e8a3e123e327293ed0fb099aace377
Homepage: http://xmlbeans.apache.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu