How to Install and Uninstall xsd Package on openSUSE Leap

Last updated: May 17,2024

1. Install "xsd" package

In this section, we are going to explain the necessary steps to install xsd on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install xsd

2. Uninstall "xsd" package

This tutorial shows how to uninstall xsd on openSUSE Leap:

$ sudo zypper remove xsd

3. Information about the xsd package on openSUSE Leap

Information for package xsd:
----------------------------
Repository : Main Repository
Name : xsd
Version : 4.1.0-bp155.2.58
Arch : x86_64
Vendor : openSUSE
Installed Size : 6.2 MiB
Installed : No
Status : not installed
Source package : xsd-4.1.0-bp155.2.58.src
Upstream URL : https://www.codesynthesis.com/products/xsd/
Summary : W3C XML schema to C++ data binding compiler
Description :
CodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to
C++ data binding compiler. Provided with an XML instance specification
(XML Schema), it generates C++ classes that represent the given
vocabulary as well as parsing and serialization code.
You can then access the data stored in XML using types and functions
that semantically correspond to your application domain rather than
dealing with intricacies of reading and writing XML.