How to Install and Uninstall xmlbeans Package on openSUSE Leap

Last updated: May 20,2024

1. Install "xmlbeans" package

This tutorial shows how to install xmlbeans on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install xmlbeans

2. Uninstall "xmlbeans" package

This tutorial shows how to uninstall xmlbeans on openSUSE Leap:

$ sudo zypper remove xmlbeans

3. Information about the xmlbeans package on openSUSE Leap

Information for package xmlbeans:
---------------------------------
Repository : Main Repository
Name : xmlbeans
Version : 2.6.0-150000.5.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 2.9 MiB
Installed : No
Status : not installed
Source package : xmlbeans-2.6.0-150000.5.3.1.src
Upstream URL : http://xmlbeans.apache.org
Summary : XML-Java binding tool
Description :
XMLBeans is an XML-Java binding tool that allows accessing XML in a
Java-typical way. The features of XML and XML Schema are mapped to
the equivalent Java language and typing constructs. XMLBeans uses XML
Schema to compile Java interfaces and classes that can then be used
to access and modify XML instance data. XMLBeans is similar to other
Java interface/class, with a number of getFoo or setFoo methods.
There are also APIs that allow you access to the full XML infoset as
well so as to allow you to reflect into the XML schema itself through
an XML Schema Object model.