209. PackageAI

Packages manipulation (autoinstallation)

209.1. Authors

  • Martin Vidner <mvidner@suse.cz>

  • Michal Svec <msvec@suse.cz>

209.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

    209.3. Global Functions

    209.3.1. GetModified

    Functions which returns if the settings were modified

    Return value

    • boolean - settings were modified

    209.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

    209.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

    209.3.4. SetModified

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

    Return value

    • void

    209.4. Global Variables

    209.5. Module Requirements

    209.5.1. Module Imports

      209.5.2. Module Includes

      • packages/common.ycp