Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jul 2000 21:34:47 +0200
From:      Christoph Sold <so@server.i-clue.de>
To:        Q Tuyen <q@crackbaby.org>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Uninstall apache
Message-ID:  <396E19D7.D58EB451@i-clue.de>
References:  <001101bfecef$773d2ce0$cb3b35d1@bconnected.net>

next in thread | previous in thread | raw e-mail | index | archive | help


Q Tuyen wrote:
> 
> I have 3 diff version of apache install in my sys. How can i find out where
> they are installed and how can I uninstall all of them and do frest install
> on a new one.

pkg_info -aI|grep apache

pkg_delete <apache-you-found-installed>

repeat until all apache daemons are down. Remember: you have to stop the
daemons, or the binaries won't unlink.

HTH
-Christoph Sold


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?396E19D7.D58EB451>