Finding a Package

This topic provides information on how to find and download a package.

Steps:

  1. Update the index to fetch new and changed packages from Automic repository :

    apm update

  2. Browse the local package repository

    apm search [<any part of package name>]

    If <any part of package name> is not specified, all available packages are displayed.

  3. As a result, you will get a list of all package names matching the search criterion
    <any part of package name>.

Next step: Installing a Package.