text
stringlengths
0
834k
=item B<ppd_uri>
The location of the package description file.
=back
=item B<ppm log> [ B<--errors> ] [ I<minutes> ]
Print entries from the log for the last few minutes. By default print
log lines for the last minute. With B<--errors> option suppress
warnings, trace and debug events.
=item B<ppm profile restore> [ I<filename> ]
Install the packages listed in the given profile file. If no file is
given try to read the profile from standard input.
=item B<ppm profile save> [ I<filename> ]
Write profile of configured repositories and installed packages to the
given file. If no file is given then print the profile XML to
standard output.
=item B<ppm query> I<pattern>
Alias for B<ppm list --matching> I<pattern>. Provided for PPM version
3 compatibility.
=item B<ppm remove> [ B<--area> I<area> ] [ B<--force> ] I<pkg> ...
Uninstalls the specified package. If I<area> is provided unininstall
from the specified area only. With B<--force> uninstall even if there
are other packages that depend on features provided by the given
package.
=item B<ppm rep> ...
Alias for B<ppm repo>. Provided for PPM version 3 compatibility.
=item B<ppm repo>
Alias for B<ppm repo list>.
=item B<ppm repo add> I<name>
Add the named resposity for PPM to fetch packages from. The names
recognized are shown by the B<ppm repo suggest> command. Use B<ppm
repo add activestate> if you want to restore the default ActiveState
repo after deleting it.
=item B<ppm repo add> I<url> [ I<name> ] [ B<--username> I<user> [ B<--password> I<password> ]
Set up a new repository for PPM to fetch packages from.
=item B<ppm repo delete> I<num>
Remove repository number I<num>.
=item B<ppm repo describe> I<num>
Show all properties for repository number I<num>.
=item B<ppm repo list> [ B<--csv> [ I<sep> ] ] [ B<--no-header> ]
List the repositories that PPM is currently configured to use. Use this
to identify which number specifies a particular repository.
The B<--csv> option selects comma-separated values format for the
output. The default field separator can be overridden by the argument
following B<--csv>.
The B<--no-header> option suppress printing of the column headings.
=item B<ppm repo> I<num>
Alias for B<ppm repo describe> I<num>.
=item B<ppm repo> I<num> I<cmd>
Alias for B<ppm repo> I<cmd> I<num>.
=item B<ppm repo off> I<num>
Disable repository number I<num> for B<ppm install> or B<ppm search>.
=item B<ppm repo on> I<num>
Enable repository number I<num> if it has been previously disabled with
B<ppm repo off>.
=item B<ppm repo rename> I<num> I<name>
Change name by which the given repo is known.
=item B<ppm repo location> I<num> I<url>
Change the location of the given repo. This will make PPM
forget all cached data from the old repository and try to refetch it
from the new location.