How can I get a complete list of non-standard repositories in use?
- by MagicFab
While doing some support audits I'd like to know what would be the most efficient/compact way to get a list of all extra reporitories being used on a given Ubuntu workstation using command line (not via the GUI tools). So far I am using:
diff'ing a standard sources.list file against the workstation's
examining files under cat /etc/apt/sources.list.d
Any other ideas on how to best go about this ?