Click to See Complete Forum and Search --> : Uninstalling Apache


PegLegBoy
04-10-2001, 05:54 PM
Is there a command that removes Apache and all it's associated files. I installed it using the binary.

TIA

Craig McPherson
04-11-2001, 08:33 AM
Did you install it from a package file? If you installed it on an RPM-based distro, you can remove it with rpm -U, if on a Debian based system you installed it with apt, you can remove it with apt-get remove, or if you installed it from a Debian package with dpkg, you can use dpkg -u. If you just unpacked at tarball that slung files all over your system, you're probably stuck with cleaning them up manually.