1PEAR(1) User commands PEAR(1)
2
3
4
6 pear, pecl, peardev - PEAR installer
7
8
10 pear [ options ] command [command-options] <parameters>
11
12 pecl [ options ] command [command-options] <parameters>
13
14 peardev [ options ] command [command-options] <parameters>
15
17 PEAR is the PHP Extension and Application Repository, found at
18 http://pear.php.net.
19
20 The pear command is used to install PEAR extensions.
21
22 The pecl command is used to install PECL extensions.
23
24 The peardev command is a wrapper for the pear command which removes the
25 normal configured memory limit.
26
27
29 -v increase verbosity level (default 1)
30
31 -q be quiet, decrease verbosity level
32
33 -c file find user configuration in file
34
35 -C file find system configuration in file
36
37 -d foo=bar set user config variable foo to bar
38
39 -D foo=bar set system config variable foo to bar
40
41 -G start in graphical (Gtk) mode
42
43 -S store system configuration
44
45 -s store user configuration
46
47 -y foo unset foo in the user configuration
48
49 -V version information
50
51 -h
52 -? display help/usage
53
54
56 build Build an Extension From C Source
57
58 bundle Unpacks a Pecl Package channel-add Add a Channel
59
60 channel-alias Specify an alias to a channel name
61
62 channel-delete Remove a Channel From the List
63
64 channel-discover
65 Initialize a Channel from its server
66
67 channel-info Retrieve Information on a Channel
68
69
70 channel-login Connects and authenticates to remote channel
71 server
72
73 channel-logout Logs out from the remote channel server
74
75 channel-update Update an Existing Channel
76
77 clear-cache Clear Web Services Cache
78
79 config-create Create a Default configuration file
80
81 config-get Show One Setting
82
83 config-help Show Information About Setting
84
85 config-set Change Setting
86
87 config-show Show All Settings
88
89 convert Convert a package.xml 1.0 to package.xml 2.0 for‐
90 mat
91
92 cvsdiff Run a "cvs diff" for all files in a package
93
94 cvstag Set CVS Release Tag
95
96 download Download Package
97
98 download-all Downloads each available package from the default
99 channel
100
101 info Display information about a package
102
103 install Install Package
104
105 list List Installed Packages In The Default Channel
106
107 list-all List All Packages
108
109 list-channels List Available Channels
110
111 list-files List Files In Installed Package
112
113 list-upgrades List Available Upgrades
114
115 login Connects and authenticates to remote server [Dep‐
116 recated in favor of channel-login]
117
118 logout Logs out from the remote server [Deprecated in
119 favor of channel-logout]
120
121 make-rpm-spec Builds an RPM spec file from a PEAR package
122
123 makerpm Builds an RPM spec file from a PEAR package
124
125 package Build Package
126
127 package-dependencies
128 Show package dependencies
129
130 package-validate
131 Validate Package Consistency
132
133 pickle Build PECL Package
134
135 remote-info Information About Remote Packages
136
137 remote-list List Remote Packages
138
139 run-scripts Run Post-Install Scripts bundled with a package
140
141 run-tests Run Regression Tests
142
143 search Search remote package database
144
145 shell-test Shell Script Test
146
147 sign Sign a package distribution file
148
149 svntag Set SVN Release Tag
150
151 uninstall Un-install Package
152
153 update-channels
154 Update the Channel List
155
156 upgrade Upgrade Package
157
158 upgrade-all Upgrade All Packages [Deprecated in favor of
159 calling upgrade with no parameters]
160
161
163 /etc/pear.conf The system configuration file.
164
165 $HOME/.pearrc The user configuration.
166
167
169 To list all options, use
170 pear help options
171
172 To list all command shortcuts, use
173 pear help shortcuts
174
175 to get the help for the specified command, use
176 pear help command
177
178 Documentation for PEAR can be found at
179 http://pear.php.net/manual/
180
182 Copyright © 1997-2009 Stig Bakken, Gregory Beaver, Helgi Þormar
183 Þorbjörnsson, Tomas V.V.Cox, Martin Jansen.
184 All rights reserved.
185 Redistribution and use in source and binary forms, with or with‐
186 out modification, are permitted provided that the following con‐
187 ditions are met:
188 * Redistributions of source code must retain the above copyright
189 notice, this list of conditions and the following disclaimer.
190 * Redistributions in binary form must reproduce the above copy‐
191 right notice, this list of conditions and the following dis‐
192 claimer in the documentation and/or other materials provided
193 with the distribution.
194
196 You can view the list of known bugs or report any new bug you
197 found at:
198 http://pear.php.net/bugs/
199
200
201
202
203The PEAR Group 2013 PEAR(1)