YaST2 Developers Documentation: yast2



functions
files
intro

yast2

include/package/common.ycp
Packages manipulation (common routines)

Imports

  • Label
  • Popup
  • Wizard

Global Functions

global AvailableAll (list<string> packages) -> boolean

Are all of these packages available?

Parameters:
packages list of packages
Return value:
true if yes

global AvailableAny (list<string> packages) -> boolean

Is any of these packages available?

Parameters:
packages list of packages
Return value:
true if yes

global InstalledAll (list<string> packages) -> boolean

Are all of these packages installed?

Parameters:
packages list of packages
Return value:
true if yes

global InstalledAny (list<string> packages) -> boolean

Is any of these packages installed?

Parameters:
packages list of packages
Return value:
true if yes

Info:

Info:

Run SUSEconfig, create new wizard dialog before it, close after it is finished

Info:

Return result of the last operation Use immediately after calling any Package*:: function

Return value:
true if it was

YaST2 Developers Documentation