< Home - < Back

xmlada


Information about the package, xmlada, which is shipped with common Linux distributions. The xmlada package is designed for, XML library for Ada.


Package Name:

xmlada

Summary:

XML library for Ada

Description:

XML/Ada includes support for parsing XML files, including DTDs, full support for SAX, and an almost complete support for the core part of the DOM. It includes support for validating XML files with XML schemas.

Architecture:

x86_64

Version:

4.1

Release:

2.el6

Size:

800 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for xmlada


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


Command

Description of Command

yum install xmlada

This command will install xmlada on the server.

yum remove xmlada

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

yum -y remove xmlada

This command will un-install xmlada 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 xmlada when using the -y flag.

yum update xmlada

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

yum -y update xmlada

This command will update xmlada 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 xmlada when using the -y flag.

yum info xmlada

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

yum deplist xmlada

This command will show you the dependencies for xmlada. 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 xmlada

This command will check if there is an update waiting on xmlada. 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.