Apk.lua: Difference between revisions

From Alpine Linux
(Updated to latest)
(Category:Lua)
 
(2 intermediate revisions by the same user not shown)
Line 15: Line 15:
<BR>'''Input:'''
<BR>'''Input:'''
*package - string name of package
*package - string name of package
[[Category:ACF]] [[Category:Package Manager]] [[Category:Lua]]

Latest revision as of 08:08, 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