1GPT-DEPS(8) User Contributed Perl Documentation GPT-DEPS(8)
2
3
4
6 gpt-deps - Reports on an installation's package dependencies
7
9 gpt-deps [ -help -man -version ] DependencyTypes
10
12 gpt-deps is an experimental script which prints out an html file that
13 contains a hyperlinked report of dependencies for packages installed at
14 $GLOBUS_LOCATION. The output file is called ./deptable.html. One or
15 more of the following dependency types can be reported:
16
17 Runtime - Packages needed at runtime
18 Setup - Packages needed to set up localization data such as
19 configuration files.
20 Build - Packages needed to build other packages.
21
22 If you are confused by the dependency types, simply run 'gpt-deps
23 Runtime Setup Build' and view ./deptree.html with your favorite
24 browser. Be sure to set $GLOBUS_LOCATION.
25
27 -help Print a brief help message and exits.
28
29 -man Prints the manual page and exits.
30
31 -version
32 Prints the version of GPT and exits.
33
35 Future versions will provide more flexibility in inputs, and output
36 formats.
37
39 gpt-install(8) gpt-verify(8) gpt-query(8) gpt-postinstall(8)
40
42 Michael Bletzinger <mbletzin.ncsa.uiuc.edu>
43
44
45
46perl v5.12.3 2011-03-24 GPT-DEPS(8)