Api/apt.checkinstall(): Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
(Created page with "this api is used to check if a program has been installed trough apt '''usage:''' local string = apt.checkinstall(packname) '''output:''' returns true is package is found, false if negative")
 
No edit summary
 
Line 10: Line 10:
'''output:'''
'''output:'''


returns true is package is found, false if negative
returns a bool, true is package is found, false if negative

Latest revision as of 16:25, 30 September 2024

this api is used to check if a program has been installed trough apt


usage:

local string = apt.checkinstall(packname)


output:

returns a bool, true is package is found, false if negative