Name

Package::DoInstallAndRemove — Install and Remove list of packages in one go

Synopsis

Import Package;
boolean Package::DoInstallAndRemove ( list<string>  toinstall ,
  list<string>  toremove );

Parameters

list<string> toinstall

list of packages to be installed

list<string> toremove

list of packages to be removed

Return Value

boolean

True on success