ubuntu:apt:list_all_repositories_and_ppas
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu:apt:list_all_repositories_and_ppas [2023/06/18 13:54] – created peter | ubuntu:apt:list_all_repositories_and_ppas [2023/06/18 14:00] (current) – peter | ||
---|---|---|---|
Line 8: | Line 8: | ||
<code bash> | <code bash> | ||
+ | grep ^[^#] / | ||
+ | |||
+ | or | ||
+ | |||
grep ^ / | grep ^ / | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Using add-apt-repository ===== | ||
+ | |||
+ | <code bash> | ||
+ | add-apt-repository --list | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | deb http:// | ||
+ | deb http:// | ||
+ | deb http:// | ||
+ | deb http:// | ||
+ | deb https:// | ||
+ | deb [arch=amd64] https:// | ||
+ | deb https:// | ||
</ | </ | ||
Line 40: | Line 68: | ||
https:// | https:// | ||
</ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * If a repo has been added with **add-apt-repository**, | ||
+ | </ | ||
+ | |||
ubuntu/apt/list_all_repositories_and_ppas.1687096473.txt.gz · Last modified: 2023/06/18 13:54 by peter