Re: generate a dependencies list

2003-05-13 Thread Matthew P. McGuire
On Tue, May 13, 2003 at 12:03:39AM -0300, Pablo Lorenzzoni wrote: > Hello! > > That's exactly what I've already tried. :-) See... I've reported that in my > previous email. The problem is that it gives the complete dependency list > (and I can parse that), but I couldn't figure out how to disco

Re: generate a dependencies list

2003-05-12 Thread Pablo Lorenzzoni
Hello! That's exactly what I've already tried. :-) See... I've reported that in my previous email. The problem is that it gives the complete dependency list (and I can parse that), but I couldn't figure out how to discover what a virtual package (reported between < and > by apt-cache) depends o

Re: generate a dependencies list

2003-05-12 Thread Matthew P. McGuire
On Mon, May 12, 2003 at 08:28:01PM -0300, Pablo Lorenzzoni wrote: > Hello! > > I was wondering... how to generate a list of dependencies of a given package? > > dpkg --status | grep "^Depends" get only the installed ones > > apt-cache depends | Grep "Depends" gives the names of the virtual >

generate a dependencies list

2003-05-12 Thread Pablo Lorenzzoni
Hello! I was wondering... how to generate a list of dependencies of a given package? dpkg --status | grep "^Depends" get only the installed ones apt-cache depends | Grep "Depends" gives the names of the virtual packages, whose dependencies I cannot determine. I am kind of stuck... can someb