Api/apt.softlist(): Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
(Created page with "this api is used to rebuild /boot/addon.d for apt usage: apt.bootbuild() output: reads all files in /etc/apt/boot/ and adds their instructions to /boot/addon.d")
 
No edit summary
 
Line 1: Line 1:
this api is used to rebuild /boot/addon.d for apt
this [[api]] is used to rebuilt the available software list for [[Api/apt|apt]]




usage:
 
'''usage:'''


apt.bootbuild()
apt.bootbuild()




output:


reads all files in /etc/apt/boot/ and adds their instructions to /boot/addon.d
'''output:'''
 
retrieves the available software reported by the known repository servers and writes it down to "/temp/apt/programs.ls" for use by other programs

Latest revision as of 08:36, 24 September 2024

this api is used to rebuilt the available software list for apt


usage:

apt.bootbuild()


output:

retrieves the available software reported by the known repository servers and writes it down to "/temp/apt/programs.ls" for use by other programs