Re: dpkg status

2012-03-18 Thread admin lewis
2012/3/18 Vincent Vande Vyvre : > > > OK, you know apt, I see (your blog). > > But packages have no url, just repositery. > > I see your link python-apt, this doc is very minimalistic, maybe you can > find repositeries infos of packages with aptsources.distinfo, but methods > are not documented. >

Re: dpkg status

2012-03-18 Thread Vincent Vande Vyvre
Le 18/03/12 15:54, admin lewis a écrit : 2012/3/18 Vincent Vande Vyvre : Le 18/03/12 13:03, admin lewis a écrit : Hi, What url ?, Sources, maintainer? No, I need of to open /var/lib/dpkg/status and extract the packages and its url to download

Re: dpkg status

2012-03-18 Thread admin lewis
2012/3/18 Vincent Vande Vyvre : > Le 18/03/12 13:03, admin lewis a écrit : > > Hi, > > What url ?, Sources, maintainer? > No, I need of to open /var/lib/dpkg/status and extract the packages and its url to download it... I know that there is python-apt http://apt.alioth.debian.org/python-apt-doc/li

Re: dpkg status

2012-03-18 Thread Vincent Vande Vyvre
Le 18/03/12 13:03, admin lewis a écrit : Hi, anyone know what library i have to use to manage /var/lib/dpkg/status file to get url of packages ? thanks lewis Hi, What url ?, Sources, maintainer? You can use "apt-cache search 'keyword'" to find a p

Re: dpkg

2011-08-26 Thread Verde Denim
On Fri, Aug 26, 2011 at 11:17 AM, Ken Watford wrote: > On Fri, Aug 26, 2011 at 10:43 AM, Verde Denim wrote: > > Looking for this with find / -name libclntsh.so.11.1 -print produces > > /usr/lib/oracle/11.2/client64/lib/libclntsh.so.11.1 > > > > I'm confused as to why Python doesn't see it... > >

Re: dpkg

2011-08-26 Thread Ken Watford
On Fri, Aug 26, 2011 at 10:43 AM, Verde Denim wrote: > Looking for this with find / -name libclntsh.so.11.1 -print produces > /usr/lib/oracle/11.2/client64/lib/libclntsh.so.11.1 > > I'm confused as to why Python doesn't see it... Try running "sudo ldconfig". -- http://mail.python.org/mailman/lis