< Home - < Back

perl-Getopt-GUI-Long


Information about the package, perl-Getopt-GUI-Long, which is shipped with common Linux distributions. The perl-Getopt-GUI-Long package is designed for, A wrapper around Getopt::Long to provide a GUI to applications.


Package Name:

perl-Getopt-GUI-Long

Summary:

A wrapper around Getopt::Long to provide a GUI to applications

Description:

This module is a wrapper around Getopt::Long that extends the value of the original Getopt::Long module to: 1) add a simple graphical user interface option screen if no arguments are passed to the program. Thus, the arguments to actually use are built based on the results of the user interface. If arguments were passed to the program, the user interface is not shown and the program executes as it normally would and acts just as if Getopt::Long::GetOptions had been called instead. This requires the QWizard and Gtk2 or Tk interfaces to be installed too. 2) provide an auto-help mechanism such that -h and --help are handled automatically. In fact, calling your program with -h will default to showing the user a list of short-style arguments when one exists for the option. Similarly --help will show the user a list of long-style when possible. --help-full will list all potential arguments for an option (short and long both). It's designed to make the creation of graphical shells trivial without the programmer having to think about it much as well as providing automatic good-looking usage output without the programmer needing to write usage() functions.

Architecture:

noarch

Version:

0.91

Release:

6.el6

Size:

28 k

Repository:

epel

From Repository:

Licence:

GPL+ or Artistic



Handy Yum Commands for perl-Getopt-GUI-Long


Control the perl-Getopt-GUI-Long package with the following handy commands outlined below.


Command

Description of Command

yum install perl-Getopt-GUI-Long

This command will install perl-Getopt-GUI-Long on the server.

yum remove perl-Getopt-GUI-Long

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

yum -y remove perl-Getopt-GUI-Long

This command will un-install perl-Getopt-GUI-Long 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 perl-Getopt-GUI-Long when using the -y flag.

yum update perl-Getopt-GUI-Long

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

yum -y update perl-Getopt-GUI-Long

This command will update perl-Getopt-GUI-Long 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 perl-Getopt-GUI-Long when using the -y flag.

yum info perl-Getopt-GUI-Long

This command will show you core information about the perl-Getopt-GUI-Long package.

yum deplist perl-Getopt-GUI-Long

This command will show you the dependencies for perl-Getopt-GUI-Long. 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 perl-Getopt-GUI-Long

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