194. PackageAI

Packages manipulation (autoinstallation)

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

    194.2. Global Functions

    194.2.1. GetModified

    Functions which returns if the settings were modified

    Return value

    • boolean - settings were modified

    194.2.2. PackageAvailable

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

    Function parameters

    • string package

    Return value

    • boolean - true if yes

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

    194.2.4. SetModified

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

    Return value

    • void

    194.3. Global Variables

    194.4. Module Requirements

    194.4.1. Module Imports

      194.4.2. Module Includes

      • packages/common.ycp