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
59
60 channel-add Add a Channel
61
62 channel-alias Specify an alias to a channel name
63
64 channel-delete Remove a Channel From the List
65
66 channel-discover
67 Initialize a Channel from its server
68
69 channel-info Retrieve Information on a Channel
70
71
72 channel-login Connects and authenticates to remote channel
73 server
74
75 channel-logout Logs out from the remote channel server
76
77 channel-update Update an Existing Channel
78
79 clear-cache Clear Web Services Cache
80
81 config-create Create a Default configuration file
82
83 config-get Show One Setting
84
85 config-help Show Information About Setting
86
87 config-set Change Setting
88
89 config-show Show All Settings
90
91 convert Convert a package.xml 1.0 to package.xml 2.0 for‐
92 mat
93
94 cvsdiff Run a "cvs diff" for all files in a package
95
96 cvstag Set CVS Release Tag
97
98 download Download Package
99
100 download-all Downloads each available package from the default
101 channel
102
103 info Display information about a package
104
105 install Install Package
106
107 list List Installed Packages In The Default Channel
108
109 list-all List All Packages
110
111 list-channels List Available Channels
112
113 list-files List Files In Installed Package
114
115 list-upgrades List Available Upgrades
116
117 login Connects and authenticates to remote server [Dep‐
118 recated in favor of channel-login]
119
120 logout Logs out from the remote server [Deprecated in
121 favor of channel-logout]
122
123 make-rpm-spec Builds an RPM spec file from a PEAR package
124
125 makerpm Builds an RPM spec file from a PEAR package
126
127 package Build Package
128
129 package-dependencies
130 Show package dependencies
131
132 package-validate
133 Validate Package Consistency
134
135 pickle Build PECL Package
136
137 remote-info Information About Remote Packages
138
139 remote-list List Remote Packages
140
141 run-scripts Run Post-Install Scripts bundled with a package
142
143 run-tests Run Regression Tests
144
145 search Search remote package database
146
147 shell-test Shell Script Test
148
149 sign Sign a package distribution file
150
151 svntag Set SVN Release Tag
152
153 uninstall Un-install Package
154
155 update-channels
156 Update the Channel List
157
158 upgrade Upgrade Package
159
160 upgrade-all Upgrade All Packages [Deprecated in favor of
161 calling upgrade with no parameters]
162
163
165 /etc/pear.conf The system configuration file.
166
167 $HOME/.pearrc The user configuration.
168
169
171 To list all options, use
172 pear help options
173
174 To list all command shortcuts, use
175 pear help shortcuts
176
177 to get the help for the specified command, use
178 pear help command
179
180 Documentation for PEAR can be found at
181 http://pear.php.net/manual/
182
184 This manpage describes PEAR, version 1.10.0.
185
187 Copyright © 1997-2009 Stig Bakken, Gregory Beaver, Helgi Þormar
188 Þorbjörnsson, Tomas V.V.Cox, Martin Jansen.
189 All rights reserved.
190 Redistribution and use in source and binary forms, with or with‐
191 out modification, are permitted provided that the following con‐
192 ditions are met:
193 * Redistributions of source code must retain the above copyright
194 notice, this list of conditions and the following disclaimer.
195 * Redistributions in binary form must reproduce the above copy‐
196 right notice, this list of conditions and the following dis‐
197 claimer in the documentation and/or other materials provided
198 with the distribution.
199
201 You can view the list of known bugs or report any new bug you
202 found at:
203 http://pear.php.net/bugs/
204
205
206
207The PEAR Group 2013 PEAR(1)