Apt/list: Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
(Created page with "this document explains how apt knows what software is available. to be added soon.")
 
No edit summary
 
Line 2: Line 2:




to be added soon.
 
when the user runs the command "[[Binaries/apt|apt -la]]", apt will try to list all available software on each known repo srver.
 
apt will read it's source file, go to each server in the list and retrieve it's /manifest/APT.db file
 
it adds each entry to one list and when switching to another server adds that server url to this list.
 
it now opens "less" to allow the user to view this list.

Latest revision as of 01:56, 25 September 2024

this document explains how apt knows what software is available.


when the user runs the command "apt -la", apt will try to list all available software on each known repo srver.

apt will read it's source file, go to each server in the list and retrieve it's /manifest/APT.db file

it adds each entry to one list and when switching to another server adds that server url to this list.

it now opens "less" to allow the user to view this list.