1GPT-INSTALL(8)        User Contributed Perl Documentation       GPT-INSTALL(8)
2
3
4

NAME

6       gpt-install - Installs GPT packages.
7

SYNOPSIS

9       gpt-install [options] [packages or bundles]
10
11         Options:
12            -verbose              Print copious output
13            -help                 Print usage
14            -man                  Print man page.
15            -version              Print GPT version.
16            -force                Replace package no matter what.
17            -loose                Replace a broader range of packages.
18            -installdir=PATH      Override $GLOBUS_LOCATION.
19            -tmpdir=PATH          Path to tmp disk space
20            [packages or bundles] List of binary packages and bundles to install.
21

DESCRIPTION

23       gpt-install takes a GPT described package or bundle and installs it.
24       The program can install either RPM's or GPT packages.
25

OPTIONS

27       -force  forces all action to be taken, regardless of state.
28
29       -tmpdir Place to unpack bundles.
30
31       -installdir
32               Directory to which files shall be written. Default is
33               $GLOBUS_LOCATION
34
35       -loose  pgm packages can replace a pgm_static package (and vice versa)
36               or a pgm package with a different flavor.
37
38       -help   Print a brief help message and exits.
39
40       -man    Prints the manual page and exits.
41
42       -version
43               Prints the version of GPT and exits.
44

EXAMPLES

46       For the command:
47
48         gpt-install foo-2.1-gcc32-pgm.tar.gz
49
50         foo-1.1-gcc32-pgm will be replaced.
51         foo-2.2-gcc32-pgm will B<not> be replaced. It is newer.
52         foo-1.1-vendorcc32-pgm will B<not> be replaced. Wrong flavor.
53         foo-1.1-gcc32-pgm_static will B<not> be replaced. Wrong package type
54         foo-2.2-gcc32-pgm_static will B<not> be replaced. Wrong package type
55
56       For the command:
57
58         gpt-install -force foo-2.1-gcc32-pgm.tar.gz
59
60         foo-1.1-gcc32-pgm will be replaced.
61         foo-2.2-gcc32-pgm will be replaced.
62         foo-1.1-vendorcc32-pgm will B<not> be replaced. Wrong flavor
63         foo-1.1-gcc32-pgm_static will B<not> be replaced. Wrong package type
64         foo-2.2-gcc32-pgm_static will B<not> be replaced. Wrong package type
65
66       For the command:
67
68         gpt-install -loose foo-2.1-gcc32-pgm.tar.gz
69
70         foo-1.1-gcc32-pgm will be replaced.
71         foo-2.2-gcc32-pgm will B<not> be replaced. It is newer.
72         foo-1.1-vendorcc32-pgm will be replaced.
73         foo-1.1-gcc32-pgm_static will be replaced.
74         foo-2.2-gcc32-pgm_static will B<not> be replaced. It is newer.
75
76       For the command:
77
78         gpt-install -force -loose foo-2.1-gcc32-pgm.tar.gz
79
80         foo-1.1-gcc32-pgm will be replaced.
81         foo-2.2-gcc32-pgm will be replaced.
82         foo-1.1-vendorcc32-pgm will be replaced.
83         foo-1.1-gcc32-pgm_static will be replaced.
84         foo-2.2-gcc32-pgm_static will be replaced.
85

BUGS

87       gpt-install currently does not honor static build numbers.  Instead it
88       will replace any pgm_static package that is the same version or older.
89       For example:
90
91         gpt-install -force foo-2.1-2-gcc32-pgm_static.tar.gz
92
93         foo-1.1-5-gcc32-pgm_static will be replaced.
94         foo-2.1-1-gcc32-pgm_static will be replaced.
95         foo-2.1-5-gcc32-pgm_static will be replaced.
96         foo-2.2-1-gcc32-pgm_static will not be replaced.
97         foo-2.1-gcc32-pgm will not be replaced.
98

SEE ALSO

100       gpt-uninstall(1) gpt-query(1) gpt-verify(1)
101

AUTHOR

103       Michael Bletzinger <mbletzin.ncsa.uiuc.edu> and Eric Blau
104       <eblau.ncsa.uiuc.edu>
105
106
107
108perl v5.12.3                      2011-03-24                    GPT-INSTALL(8)
Impressum