Re: List of current apt sources?

2012-11-23 Thread Jude DaShiell
you could apt-get netselect-apt and then run it. Not only does that package get you the current list, it also shows you which server for your local conditions is now running the fastest for you whether you're signed up to it or not. -

Re: List of current apt sources?

2012-11-23 Thread Jochen Spieker
The Wanderer: > > Is there any way to get a list of what sources are *currently* active, i.e., > the > ones which were in sources.list during the *most recent* successful 'apt-get > update'? apt-cache policy, without any further arguments. J. -- Americans have a better life. [Agree] [Disagre

Re: List of current apt sources?

2012-11-23 Thread Claudius Hubig
Hello Wanderer, The Wanderer wrote: > Is there any way to get a list of what sources are *currently* active, i.e., > the > ones which were in sources.list during the *most recent* successful 'apt-get > update'? $ ls -1 /var/lib/apt/lists/*_Packages will give you a list of the currently loade

List of current apt sources?

2012-11-23 Thread The Wanderer
Looking in /etc/apt/sources.list tells you what sources will be active after the next 'apt-get update' (assuming all of them are valid). Is there any way to get a list of what sources are *currently* active, i.e., the ones which were in sources.list during the *most recent* successful 'apt-get up