Re: rpm -qa vs apt/dselect/etc

From: Chris Niekel (chris_at_niekel.net)
Date: 09/30/03

  • Next message: Josh Metzler: "Re: Apt-get removing perl libraries"
    Date: Tue, 30 Sep 2003 20:59:14 +0200
    To: Debian <debian-user@lists.debian.org>
    
    
    

    On Tue, Sep 30, 2003 at 12:29:32PM -0400, Angus D Madden wrote:
    > > rpm -q --whatprovides xxxx = 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.

    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".

    Highly recommended if the program isn't installed yet.

    Greetings,
        Chris Niekel

    -- 
        I've been down so long, if I'd cheer up, I'd still be depressed.
                - Lisa Simpson, Moanin' Lisa Blues.
    
    

    -- 
    To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    


  • Next message: Josh Metzler: "Re: Apt-get removing perl libraries"

    Relevant Pages

    • ntp-server doesnt sync time correctly?
      ... I have a handful of debian servers going, and I've done an apt-get install ... Is merely installing the package enough? ...
      (Debian-User)
    • Re: Komodo IDE C library incompatibility
      ... zgrep libstdc++-libc6.2-2.so.3 Contents-i386.gz ... This shows that the missing file is in a package named ... This package does not depend on an older libc. ...
      (Debian-User)