dpkg purges on 'remove'

From: martin f krafft (madduck_at_debian.org)
Date: 04/29/05

  • Next message: Joey Hess: "Re: dpkg purges on 'remove'"
    Date: Fri, 29 Apr 2005 19:23:01 +0200
    To: debian users <debian-user@lists.debian.org>
    
    
    

    Dear Debian people,

    I just noticed a strange behaviour on `dpkg --remove`, which is not
    really harmful, but I am curious and would like to know whether this
    is a bug, a feature, both, or just myself on crack.

    A package such as eject, which provides no files in /etc, will be
    purged when dpkg is told only to remove it:

    wing:~# dpkg -L eject | grep /etc
    wing:~# dpkg -l eject | grep eject
    ii eject 2.0.3-1 ejects CDs and operates CD-Changers under Li
    wing:~# dpkg -r eject
    (Reading database ... 83044 files and directories currently installed.)
    Removing eject ...
    wing:~# dpkg -l eject | grep eject
    pn eject <none> (no description available)

    -- 
    Please do not send copies of list mail to me; I read the list!
     
     .''`.     martin f. krafft <madduck@debian.org>
    : :'  :    proud Debian developer, admin, user, and author
    `. `'`
      `-  Debian - when you have better things to do than fixing a system
     
    Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!
     
    micro$oft windoze - the best solitaire game you can buy.
    
    

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


  • Next message: Joey Hess: "Re: dpkg purges on 'remove'"