C:\Perl\bin>ppm
PPM - Programmer's Package Manager version 3.4.
Copyright (c) 2001 ActiveState Software Inc. All Rights Reserved.
Entering interactive shell. Using Term::ReadLine:erl as readline library.
Type 'help' to get started.
ppm> help
Type 'help command' for more detailed help on a command.
Commands:
(略)
properties - describes installed packages in detail
q - exits the program
query - queries installed packages
quit - exits the program
remove - uninstalls packages
repository - adds, removes, or sets repositories
(略)
ppm> query
No query result sets -- provide a query term.
ppm> help query
query -- Query Installed Packages
Synopsis
query Displays list of previous queries
query <number> Displays results of previous query
query <glob pattern> Performs a new query using <glob pattern>
query * Displays a list of all installed packages
Description
The query command displays a list of all installed packages, or a list
based on the <glob pattern> switch. You can also check the list of past
queries, or the results of a past query.
(略)
ppm> query *
Querying target 1 (ActivePerl 5.8.8.817)
1. ActivePerl-Config [1.0] Override the ActivePerl configuration
2. ActivePerl-DocTools [1.1] Maintain HTML documentation
3. ActiveState-Utils [1.23] ActiveState's utility modules
4. Archive-Tar [1.26.1] Manipulates TAR archives
(略)
|