Api/apt.checkinstall()

From Minux Wiki
Revision as of 16:22, 30 September 2024 by Shorun (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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