188. OneClickInstallWorkerFunctions

188.1. Summary of Module Globals

List of Global Functions

  • AddRepositories - * Subscribe to all the specified repositories * return true if all catalogues were added successfully, false otherwise.

  • DeDupe - * Check whether this repository is already subscribed

  • InstallPackages - * Install all the specified packages * return true if all installations were successful, false otherwise

  • InstallPatterns - * Install all the specified patterns * return true if all installations were successful, false otherwise

  • RemovePackages - * Remove all the specified packages * return true if all installations were successful, false otherwise

List of Global Variables

    188.2. Global Functions

    188.2.1. AddRepositories

    * Subscribe to all the specified repositories * return true if all catalogues were added successfully, false otherwise.

    Function parameters

    • list<string> repositories

    Return value

    • boolean

    188.2.2. DeDupe

    * Check whether this repository is already subscribed

    Function parameters

    • list<string> url_list

    Return value

    • list<string>

    188.2.3. InstallPackages

    * Install all the specified packages * return true if all installations were successful, false otherwise

    Function parameters

    • list<string> packages

    Return value

    • boolean

    188.2.4. InstallPatterns

    * Install all the specified patterns * return true if all installations were successful, false otherwise

    Function parameters

    • list<string> patterns

    Return value

    • boolean

    188.2.5. RemovePackages

    * Remove all the specified packages * return true if all installations were successful, false otherwise

    Function parameters

    • list<string> packages

    Return value

    • boolean

    188.3. Global Variables

    188.4. Module Requirements

    188.4.1. Module Imports

    • CommandLine
    • FTP
    • HTTP
    • OneClickInstall
    • OneClickInstallWorkerResponse
    • PackageCallbacks
    • Popup
    • Progress
    • SourceManager

    188.4.2. Module Includes

    • packager/inst_source_dialogs.ycp