< Home - < Back

argtable


Information about the package, argtable, which is shipped with common Linux distributions. The argtable package is designed for, Cross platform C library for parsing GNU style command line.


Package Name:

argtable

Summary:

Cross platform C library for parsing GNU style command line

Description:

Argtable is an ANSI C library for parsing GNU style command line arguments. It enables a program's command line syntax to be defined in the source code as an array of argtable structs. The command line is then parsed according to that specification and the resulting values are returned in those same structs where they are accessible to the main program. Both tagged (-v, --verbose, --foo=bar) and untagged arguments are supported, as are multiple instances of each argument. Syntax error handling is automatic.

Architecture:

x86_64

Version:

2.13

Release:

2.el6

Size:

31 k

Repository:

epel

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for argtable


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


Command

Description of Command

yum install argtable

This command will install argtable on the server.

yum remove argtable

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

yum -y remove argtable

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

yum update argtable

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

yum -y update argtable

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

yum info argtable

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

yum deplist argtable

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

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