in reply to Doubt in ppm GUI screen

Here are a few hints that may get you going quickly:

You can also use ppm as a DOS command to install a single package, as in

ppm install YAML-Tiny
To install the YAML::Tiny package.

The GUI does offer a lot more information about what versions are out there and what versions you already have installed, at the expense of time to resynchronize on loading. However, the interface does take some getting used to, especially since the button icons are so similar to eachother.

I can't see anyplace where the old line-at-a-time DOS interface is still available. Maybe someone else knows that it's still available and where to find it.

Replies are listed 'Best First'.
Re^2: Doubt in ppm GUI screen
by randyk (Parson) on Dec 29, 2006 at 19:03 UTC

    If you have repositories other than ActiveState's included, there's a bug which makes installing via a command line such as

    C:\>ppm install Whatever-Package
    not do what you want. Installing via the GUI works OK in this respect.

    The old interactive command-line interface isn't available in ppm4. However, you can issue individual sub-commands via a DOS prompt; see

    C:\> ppm help
    for what's available. For example, adding repositories can be done through
    C:\> ppm rep add alias_name http://wherever.org/ppms/
    as well as through the menu Edit -> Preferences -> Repositories of the GUI.

A reply falls below the community's threshold of quality. You may see it by logging in.