1GPT-UNINSTALL(8) User Contributed Perl Documentation GPT-UNINSTALL(8)
2
3
4
6 gpt-uninstall - Uninstall any GPT package.
7
9 gpt-uninstall [--force --help -name ] pkgname-flavor-pkgtype
10
12 gpt-uninstall will uninstall a package from the system.
13
15 -force This will force actions to take place.
16
17 -native Use native package manager (Only works with rpm).
18
19 pkgname-flavor-pkgtype
20 Expression describing the packages that should be removed.
21
22 -help Print a brief help message and exits.
23
24 -man Prints the manual page and exits.
25
26 -version
27 Prints the version of GPT and exits.
28
30 gpt-uninstall -name=foo
31
32 removes all flavors and package types with the name "foo".
33
34 gpt-uninstall foo
35
36 Also removes all flavors and package types with the name "foo".
37
38 gpt-uninstall 'foo-*-*'
39
40 A third way of typing the same uninstall. Note the single quotes.
41
42 gpt-uninstall '*-noflavor-*'
43
44 Remove all of the packages with a 'noflavor' build flavor.
45
46 gpt-uninstall '*-*-*'
47
48 Remove all packages. Note that files generated by gpt-postinstall will
49 not be removed
50
52 Currently the flavor check that gpt-uninstall uses only works if the
53 flavor is installed by gpt-build. And so for example:
54
55 gpt-uninstall foo-gcc32-*
56
57 will not work. The work around is to uninstall the packages
58 individually using something like:
59
60 gpt-uninstall -name=foo -flavor=gcc32 -pkgtype=pgm
61
62 Or use a wild card for the flavor to uninstall all flavors of the
63 package.
64
65 gpt-uninstall foo-*-*
66
68 gpt-install(8) gpt-query(8) gpt-verify(8) gpt-postinstall(8)
69
71 Michael Bletzinger <mbletzin.ncsa.uiuc.edu> and Eric Blau
72 <eblau.ncsa.uiuc.edu>
73
74
75
76perl v5.12.3 2011-03-24 GPT-UNINSTALL(8)