< Home - < Back

bash-argsparse


Information about the package, bash-argsparse, which is shipped with common Linux distributions. The bash-argsparse package is designed for, An high level argument parsing library for bash.


Package Name:

bash-argsparse

Summary:

An high level argument parsing library for bash

Description:

An high level argument parsing library for bash. The purpose is to replace the option-parsing and usage-describing functions commonly rewritten in all scripts. This library is implemented for bash version 4. Prior versions of bash will fail at interpreting that code.

Architecture:

noarch

Version:

1.7

Release:

1.el6

Size:

56 k

Repository:

epel

From Repository:

Licence:

WTFPL



Handy Yum Commands for bash-argsparse


Control the bash-argsparse package with the following handy commands outlined below.


Command

Description of Command

yum install bash-argsparse

This command will install bash-argsparse on the server.

yum remove bash-argsparse

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

yum -y remove bash-argsparse

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

yum update bash-argsparse

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

yum -y update bash-argsparse

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

yum info bash-argsparse

This command will show you core information about the bash-argsparse package.

yum deplist bash-argsparse

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

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