< Home - < Back

xsd


Information about the package, xsd, which is shipped with common Linux distributions. The xsd package is designed for, W3C XML schema to C++ data binding compiler.


Package Name:

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.

Architecture:

x86_64

Version:

4.0.0

Release:

14.el6

Size:

1.3 M

Repository:

epel

From Repository:

Licence:

GPLv2 with exceptions and ASL 2.0



Handy Yum Commands for xsd


Control the xsd package with the following handy commands outlined below.


Command

Description of Command

yum install xsd

This command will install xsd on the server.

yum remove xsd

This command will un-install xsd on the server. When you run this command, you will be asked if you are sure that you want to remove xsd, so you have to manually confirm that you want to do this.

yum -y remove xsd

This command will un-install xsd on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove xsd when using the -y flag.

yum update xsd

This command will update xsd to the latest version. When you run this command, you will be asked if you are sure that you want to remove xsd, so you have to manually confirm that you want to do this.

yum -y update xsd

This command will update xsd to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove xsd when using the -y flag.

yum info xsd

This command will show you core information about the xsd package.

yum deplist xsd

This command will show you the dependencies for xsd. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update xsd

This command will check if there is an update waiting on xsd. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.