gpt-deps(8) - Linux man page

Name

gpt-deps - Reports on an installation's package dependencies

Synopsis

gpt-deps [ -help -man -version ] DependencyTypes

Description

gpt-deps is an experimental script which prints out an html file that contains a hyperlinked report of dependencies for packages installed at $GLOBUS_LOCATION. The output file is called ./deptable.html. One or more of the following dependency types can be reported:

Runtime - Packages needed at runtime
Setup - Packages needed to set up localization data such as
        configuration files.
Build - Packages needed to build other packages.
If you are confused by the dependency types, simply run 'gpt-deps Runtime Setup Build' and view ./deptree.html with your favorite browser. Be sure to set $GLOBUS_LOCATION.

Options

-help

Print a brief help message and exits.

-man

Prints the manual page and exits.

-version
Prints the version of GPT and exits.

Bugs

Future versions will provide more flexibility in inputs, and output formats.

See Also

gpt-install(8) gpt-verify(8) gpt-query(8) gpt-postinstall(8)

Author

Michael Bletzinger <mbletzin.ncsa.uiuc.edu>