Packages manipulation
List of Global Functions
DoInstall - Install list of packages
DoInstallAndRemove - Install and Remove list of packages in one go
DoRemove - Remove list of packages
List of Global Variables
Install list of packages
Function parameters
list<string> packages
Return value
boolean - True on success
Install and Remove list of packages in one go
Function parameters
list<string> toinstall
list<string> toremove
Return value
boolean - True on success