Finding a Package
This topic provides information on how to find and download a package.
Steps:
-
Update the index to fetch new and changed packages from Automic repository :
apm update
-
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.
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.