Re: rpm -qa vs apt/dselect/etc

2003-09-30 Thread Haim Ashkenazi
shorton wrote: > Greetings: > > Another RH to Debian convert question... > > I'm used to rpm but clueless about apt, etc. I've mostly gotten the > hang of dselect I think. > > Can someone tell me the equivilant these commands, and/or what to run > to get the desired result: > > rpm -qa = show

Re: rpm -qa vs apt/dselect/etc

2003-09-30 Thread Kenneth Dombrowski
On 03-09-30 12:29 -0400, Angus D Madden wrote: > shorton, Tue, Sep 30, 2003 at 10:23:14AM -0500: > > rpm -q --whatprovides = tell me what package provided program > > x > > If the package is installed: > > dpkg -S > > If the package is not installed, you can grab the Contents-$arch.gz

Re: rpm -qa vs apt/dselect/etc

2003-09-30 Thread Cristian Gutierrez
Angus D. Madden <[EMAIL PROTECTED]> writes: >shorton, Tue, Sep 30, 2003 at 10:23:14AM -0500: >> >>Can someone tell me the equivilant these commands, and/or what to run >>to get the desired result: >> >>rpm -qa = show all packages installed? > >Use one of: > >dpkg -l >dpkg --get-selections > >> >>

Re: rpm -qa vs apt/dselect/etc

2003-09-30 Thread Carlos Sousa
On Tue, 30 Sep 2003 20:59:14 +0200 Chris Niekel wrote: > > I once grabbed a function from somewhere: > packageof() { > [ $# = 1 ] && w3m -dump "http://packages.debian.org/cgi-bin/search_contents.pl?> > } > > This allows you to do "packageof hello". I very much doubt that. At least, not until you

Re: rpm -qa vs apt/dselect/etc

2003-09-30 Thread Chris Niekel
On Tue, Sep 30, 2003 at 12:29:32PM -0400, Angus D Madden wrote: > > rpm -q --whatprovides = tell me what package provided program > > If the package is not installed, you can grab the Contents-$arch.gz file > from one of the debian servers and use zgrep to see what package owns > what file.

Re: rpm -qa vs apt/dselect/etc

2003-09-30 Thread Roberto Sanchez
shorton wrote: Greetings: Another RH to Debian convert question... I'm used to rpm but clueless about apt, etc. I've mostly gotten the hang of dselect I think. Can someone tell me the equivilant these commands, and/or what to run to get the desired result: rpm -qa = show all packages installed?

Re: rpm -qa vs apt/dselect/etc

2003-09-30 Thread Angus D Madden
shorton, Tue, Sep 30, 2003 at 10:23:14AM -0500: > > Can someone tell me the equivilant these commands, and/or what to run > to get the desired result: > > rpm -qa = show all packages installed? Use one of: dpkg -l dpkg --get-selections > > rpm -q --whatprovides = tell me what package pr

rpm -qa vs apt/dselect/etc

2003-09-30 Thread shorton
Greetings: Another RH to Debian convert question... I'm used to rpm but clueless about apt, etc. I've mostly gotten the hang of dselect I think. Can someone tell me the equivilant these commands, and/or what to run to get the desired result: rpm -qa = show all packages installed? rpm -q --wha