Api/apt.clearsource(): Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
(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.")
 
No edit summary
 
Line 1: Line 1:
this api is used to install a program trough apt
this [[api]] is used to clear a repository source from [[Api/apt|apt]]


usage:


apt.install(packname)
'''usage:'''


output:
apt.clearsource(url)


if packname is found on an available repository server, it will be installed.
 
'''output:'''
 
url will be removed from the source list

Latest revision as of 08:30, 24 September 2024

this api is used to clear a repository source from apt


usage:

apt.clearsource(url)


output:

url will be removed from the source list