Re: Extracting Dependencies of a deb package which is not a part of DPKG system

2010-03-16 Thread Tech Geek
My bad...I didn't realize opera has a Debian repository..That should certainly solve the problem... Thanks for all your inputs...

Re: Extracting Dependencies of a deb package which is not a part of DPKG system

2010-03-16 Thread Jochen Schulz
Tech Geek: > > So I downloaded the opera browser deb file - > opera_10.10.4742.gcc4.qt3_i386.deb. What I am trying to do is first find out > what all packages does this deb file depends on and then install those > packages first (using apt-get) and then finally install this deb file (using > dpkg -

Re: Extracting Dependencies of a deb package which is not a part of DPKG system

2010-03-16 Thread Jens Van Broeckhoven
On Tuesday 16 March 2010 20:24:53 Tech Geek wrote: > > Alternatively, if anyone can suggest a better method on how to achieve that > would be great. > gdebi does this: http://packages.debian.org/sid/gdebi PS: Opera has Debian repo: http://deb.opera.com/ Jens. -- To UNSUBSCRIBE, email to d

Re: Extracting Dependencies of a deb package which is not a part of DPKG system

2010-03-16 Thread Tixy
On Tue, 2010-03-16 at 12:24 -0700, Tech Geek wrote: > So I downloaded the opera browser deb file - > opera_10.10.4742.gcc4.qt3_i386.deb. What I am trying to do is first > find out what all packages does this deb file depends on and then > install those packages first (using apt-get) and then finall