Re: pipeline in dpkg -I

2009-03-25 Thread cesarino vinh
I've figured it out the keywords were: get the packagename from the deb's [gdm_XXX.deb etc], with dpkg -I, result: "gdm", and then eg.: apt-rdepends gdm -s --show=DEPENDS > list and then download the dependencies with "aptitude download list line1" etc, and it will not download the eg.: x-termin

Re: pipeline in dpkg -I

2009-03-25 Thread Andrei Popescu
On Wed,25.Mar.09, 20:21:55, cesarino vinh wrote: > hi! > > I want to get the dependencies for a deb file: What are you trying to achieve? I'm asking because there might be a much easier way to get there. Regards, Andrei -- If you can't explain it simply, you don't understand it well enough. (A

pipeline in dpkg -I

2009-03-25 Thread cesarino vinh
hi! I want to get the dependencies for a deb file: eg.: aptitude download gdm dpkg -I gdm_*.deb|grep Depends then it looks like this: Depends: libart-2.0-2 (>= 2.3.18), libatk1.0-0 (>= 1.20.0), libattr1 (>= 2.4.41-1), libc6 (>= 2.7-1), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-gli