ubuntu:apt:list_all_repositories_and_ppas
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:apt:list_all_repositories_and_ppas [2023/06/18 13:57] – 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 47: | Line 75: | ||
</ | </ | ||
- | ---- | ||
- | |||
- | ===== 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:// | ||
- | </ | ||
ubuntu/apt/list_all_repositories_and_ppas.1687096671.txt.gz · Last modified: 2023/06/18 13:57 by peter