Apk.lua: Difference between revisions

From Alpine Linux
(Updated to latest)
(Category:APK)
Line 15: Line 15:
<BR>'''Input:'''
<BR>'''Input:'''
*package - string name of package
*package - string name of package
[[Category:APK]]

Revision as of 07:50, 12 March 2012

Functions to load/unload apk packages

Functions

delete()

Deletes a package
Input:

  • package - string name of package

install()

Installs a package
Input:

  • package - string name of package

version()

Checks a package's installed version
Input:

  • package - string name of package