Re: problem using rpm -e

From: A. S. Budden (redhat.mail_at_southparade.vispa.com)
Date: 09/02/03

  • Next message: Fabian Eduardo Barco: "redhat enterprice linux ]+ Oracle DB and disaster recovery"
    To: redhat-list@redhat.com
    Date: Tue, 2 Sep 2003 17:21:22 +0100
    
    

    Thus spake Earl Eiland:
    > I installed a program using rpm. It's not running properly, so now want
    > to remove it. When I execute rpm -e filename, I get the error message
    > 'filename not installed'. How do I uninstall?

    Lose the version number -- e.g.

    $ rpm -qa | grep emacs
    emacs-21.2-33
    $ rpm -e emacs

    Hope that helps

    Al

    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Fabian Eduardo Barco: "redhat enterprice linux ]+ Oracle DB and disaster recovery"

    Relevant Pages

    • Re: rpm check script problem
      ... Part of the script involves using file descriptors. ... come from $filename, you should have said ... The next read statment is reading from channel 0 so it reads the first ... line of $filename and puts it into the variable rpm. ...
      (Fedora)
    • Re: Reinstall Bittorrent
      ... Bittorrent is currently is not working on my computer, ... The rpm -e command requires the package name as a parameter, ... Usually the filename starts with the package name, ...
      (Fedora)
    • Re: [SLE] new kernel
      ... > somewhere or does it have to be installed from an rpm? ... filename: ls-Ral.tar.gz and extract it. ... Check the headers for your unsubscription address ...
      (SuSE)
    • Re: parsing a file name
      ... > I'm trying to think of a good reason to extract the version from the ... > filename instead of using RPM to get the real version from the ...
      (comp.lang.python)
    • RE: problem using rpm -e
      ... When I execute rpm -e filename, ... package that you were trying to remove, ... $ rpm -q tcpdump ...
      (RedHat)