From owner-freebsd-questions Thu Jul 13 12:34: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 165B537B953 for ; Thu, 13 Jul 2000 12:34:00 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id XAA22141; Thu, 13 Jul 2000 23:37:15 +0200 Message-ID: <396E19D7.D58EB451@i-clue.de> Date: Thu, 13 Jul 2000 21:34:47 +0200 From: Christoph Sold Reply-To: so@server.i-clue.de Organization: i-clue interactive GmbH X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Q Tuyen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Uninstall apache References: <001101bfecef$773d2ce0$cb3b35d1@bconnected.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 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