Api/apt.update()

From Minux Wiki
Revision as of 08:24, 24 September 2024 by Shorun (talk | contribs) (Created page with "this api is used to install a program trough apt usage: apt.install(packname) output: if packname is found on an available repository server, it will be installed.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

this api is used to install a program trough apt

usage:

apt.install(packname)

output:

if packname is found on an available repository server, it will be installed.