190. PackageAI

Packages manipulation (autoinstallation)

190.1. Authors

  • Martin Vidner <mvidner@suse.cz>

  • Michal Svec <msvec@suse.cz>

190.2. Summary of Module Globals

List of Global Functions

  • GetModified - Functions which returns if the settings were modified

  • PackageAvailable - Is a package available? Checks only package name, not list of provides.

  • PackageInstalled - Is a package installed? Checks only the package name in contrast to Installed() function.

  • SetModified - Function sets internal variable, which indicates, that any settings were modified, to "true"

List of Global Variables

    190.3. Global Functions

    190.3.1. GetModified

    Functions which returns if the settings were modified

    Return value

    • boolean - settings were modified

    190.3.2. PackageAvailable

    Is a package available? Checks only package name, not list of provides.

    Function parameters

    • string package

    Return value

    • boolean - true if yes

    190.3.3. PackageInstalled

    Is a package installed? Checks only the package name in contrast to Installed() function.

    Function parameters

    • string package

    Return value

    • boolean - true if yes

    190.3.4. SetModified

    Function sets internal variable, which indicates, that any settings were modified, to "true"

    Return value

    • void

    190.4. Global Variables

    190.5. Module Requirements

    190.5.1. Module Imports

      190.5.2. Module Includes

      • packages/common.ycp