returns a list of locally installed apps of a given type ('application' or 'library'). It is checked wether the calling user has to the given package.
$type | $type |
fetch the list of locally installed applications
fetch the list of locally installed libraries
fetch the complete list of locally installed applications and libaries
$app | $app |
$name | $name |
fetches all remote packages from public repo and filters out packages that are already in the list of local packages. In case there's a version that is newer in the repository list it will be marked with the attriburtes 'available' and 'installed'.
$type | $type |
$available | $available |
$installed | $installed |
$packages* | $packages* |
$installed* | $installed* |
$required | $required |
$callback | $callback |