Hallo erstmal,
ich habe unter Debian mittels apt-get Apache2 installiert. Nun wollte ich es nochmal selber kompilieren. Dazu habe ich mittels apt-get remove den Apache2 wieder deinstalliert.
Dachte ich zumindest.
Jetzt sehe ich, dass im ganzen System noch Reste davon übrig sind. Gibt es eine Methode, das Ganze komplett und sauber zu entfernen?
Debian - Apche2 komplett entfernen
-
- Administrator
- Posts: 2639
- Joined: 2004-01-21 17:44
Re: Debian - Apche2 komplett entfernen
Code: Select all
~ # man aptitude
[...]
install [...]
<package>_
Purge <package>: remove it and all its associated
configuration and data files.
[...]
remove, purge, hold, unhold, keep, reinstall
These commands are the same as "install", but apply the named action
to all packages given on the command line for which it is not
overridden. The difference between hold and keep is that hold
will cause a package to be ignored by future upgrade commands, while
keep merely cancels any scheduled actions on the package. unhold will
cause a package to be upgraded by future upgrade
commands, without otherwise altering its state.
-
- Posts: 48
- Joined: 2007-12-27 17:33
Re: Debian - Apche2 komplett entfernen
Das scheint zu gehen. Danke!
-
- Posts: 40
- Joined: 2002-09-12 19:04
- Location: Bad Herrenalb
Re: Debian - Apche2 komplett entfernen
Wenn du ein Paket "purgen" also komplett entfernen willst, kannst Du das im aptitude GUI auch über <Shift> + <-> tun (also "_" anstatt nur "-").