Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


uninstall exim
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

uninstall exim

bboranbboran Member
edited January 2012 in Help

How can i completely uninstall Exim on debian 6? Thanks.

Comments

  • does apt-get/aptitude remove not give you any idea? i always do this and it seems they are gone forever.

  • DamianDamian Member
    edited January 2012

    apt-get --purge remove exim4

  • @Damian4IPXcore said: apt-get --purge remove exim4

    Or

    apt-get purge exim4

    Less typing :)

  • DamianDamian Member
    edited January 2012

    Indeed, I had that originally, but he said "completely", soooo.... :)

    (edit) Then again, rm -rf / will completely remove it too (/edit)

  • @Damian4IPXcore said: Then again, rm -rf / will completely remove it too

    ...And a few other things as well :)

    man apt-get says that "apt-get purge" and "apt-get --purge remove" are equivalent.

  • DamianDamian Member
    edited January 2012

    Ah! That's changed then, and quite handy. Back in the old days (somewhere around slink or potato or thereabouts) you had to specify --purge remove; guess it just got stuck in my head.

  • @Damian4IPXcore said: Back in the old days (somewhere around slink or potato or thereabouts) you had to specify --purge remove

    Ah, got it. I'm a Deb newbie and don't know the history. :)

  • Please try to following command

    apt-get remove exim4-base

    Your all problem will sorted out.

  • tuxtux Member

    apt-get purge exim4*

  • @Breezehost said:apt-get remove exim4-base

    I believe that only uninstalls the base package and not any of the add ons.

  • thank you guys

  • purge... PURGEEEEE ftw

Sign In or Register to comment.