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
* Subscribe to all the specified repositories * return true if all catalogues were added successfully, false otherwise.
Function parameters
list<string> repositories
Return value
boolean
* Check whether this repository is already subscribed
Function parameters
list<string> url_list
Return value
list<string>
* Install all the specified packages * return true if all installations were successful, false otherwise
Function parameters
list<string> packages
Return value
boolean
* Install all the specified patterns * return true if all installations were successful, false otherwise
Function parameters
list<string> patterns
Return value
boolean