Re: apt.Cache.update with alternative sources.list

2018-03-22 Thread Paul Wise
On Thu, Mar 22, 2018 at 6:12 AM, Ole Streicher wrote: > I need some access (as normal user) to an apt cache with an alternative > sources.list (those in /etc/blends/ installed by blends-dev), but I have > problems to find out how to use it. If you want to completely isolate apt from the system

Re: apt.Cache.update with alternative sources.list

2018-03-22 Thread Pierre-Elliott Bécue
Le mercredi 21 mars 2018 à 23:12:18+0100, Ole Streicher a écrit : > Hi, > > I need some access (as normal user) to an apt cache with an alternative > sources.list (those in /etc/blends/ installed by blends-dev), but I have > problems to find out how to use it. > > I first tried to just specify

apt.Cache.update with alternative sources.list

2018-03-21 Thread Ole Streicher
Hi, I need some access (as normal user) to an apt cache with an alternative sources.list (those in /etc/blends/ installed by blends-dev), but I have problems to find out how to use it. I first tried to just specify the alternative source file: ``` >>> import apt >>> c = apt.Cache() >>>