How to Install and Uninstall xmldb-api-sdk Package on openSUSE Leap
Last updated: November 06,2024
1. Install "xmldb-api-sdk" package
In this section, we are going to explain the necessary steps to install xmldb-api-sdk on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
xmldb-api-sdk
Copied
2. Uninstall "xmldb-api-sdk" package
Please follow the step by step instructions below to uninstall xmldb-api-sdk on openSUSE Leap:
$
sudo zypper remove
xmldb-api-sdk
Copied
3. Information about the xmldb-api-sdk package on openSUSE Leap
Information for package xmldb-api-sdk:
--------------------------------------
Repository : Main Repository
Name : xmldb-api-sdk
Version : 0.1-2.46
Arch : noarch
Vendor : SUSE LLC
Installed Size : 29.8 KiB
Installed : No
Status : not installed
Source package : xmldb-api-0.1-2.46.src
Upstream URL : http://xmldb-org.sourceforge.net
Summary : SDK for XML:DB API
Description :
The reference implementation provides a very simple file system based
implementation of the XML:DB API. This provides what is basically a
native XML database that uses directories to represent
collections, and just stores the XML in files.
The driver development kit provides a set of base classes that can be
extended to simplify and speed the development of XML:DB API drivers.
These classes are used to provide the basis for the reference
implementation, and therefore a simple example of how a driver can be
implemented. Using the SDK classes significantly reduces the amount of
code that must be written to create a new driver.
Along with the SDK base classes, the SDK also contains a set of jUnit
test cases that can be used to help validate the driver while it is
being developed. The test cases are still in development but there are
enough tests currently to be useful.
--------------------------------------
Repository : Main Repository
Name : xmldb-api-sdk
Version : 0.1-2.46
Arch : noarch
Vendor : SUSE LLC
Installed Size : 29.8 KiB
Installed : No
Status : not installed
Source package : xmldb-api-0.1-2.46.src
Upstream URL : http://xmldb-org.sourceforge.net
Summary : SDK for XML:DB API
Description :
The reference implementation provides a very simple file system based
implementation of the XML:DB API. This provides what is basically a
native XML database that uses directories to represent
collections, and just stores the XML in files.
The driver development kit provides a set of base classes that can be
extended to simplify and speed the development of XML:DB API drivers.
These classes are used to provide the basis for the reference
implementation, and therefore a simple example of how a driver can be
implemented. Using the SDK classes significantly reduces the amount of
code that must be written to create a new driver.
Along with the SDK base classes, the SDK also contains a set of jUnit
test cases that can be used to help validate the driver while it is
being developed. The test cases are still in development but there are
enough tests currently to be useful.