From owner-freebsd-questions@FreeBSD.ORG Wed Feb 1 21:30:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCA6A16A420 for ; Wed, 1 Feb 2006 21:30:08 +0000 (GMT) (envelope-from freebsd@voidmain.net) Received: from colossus.nepinc.com (colossus.nepinc.com [66.207.129.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id C11D343D77 for ; Wed, 1 Feb 2006 21:30:02 +0000 (GMT) (envelope-from freebsd@voidmain.net) Received: from [192.168.97.98] (pgh.nepinc.com [66.207.129.50]) (authenticated bits=0) by colossus.nepinc.com (8.13.1/8.13.1) with ESMTP id k11LU0gm067795; Wed, 1 Feb 2006 16:30:00 -0500 (EST) (envelope-from freebsd@voidmain.net) Message-ID: <43E12849.6020500@voidmain.net> Date: Wed, 01 Feb 2006 16:29:45 -0500 From: Tom Grove Organization: VoidMain.net User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051227) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Igor Robul References: <5fee5e300601311757x5e2e351m93268031e36b4378@mail.gmail.com> <20060201145347.GA1198@sysadm.stc> In-Reply-To: <20060201145347.GA1198@sysadm.stc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.6 required=4.0 tests=BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on colossus.nepinc.com X-Virus-Scanned: ClamAV 0.87/1263/Tue Jan 31 09:48:20 2006 on colossus.nepinc.com X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org Subject: Re: uninstall httpd + others to get a base system only X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@voidmain.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2006 21:30:09 -0000 Igor Robul wrote: >On Tue, Jan 31, 2006 at 07:57:59PM -0600, luke wrote: > > >>all packages installed _should_ be in /var/db/pkg(i think) i'm in windows >>now. so if you pkg_delete /var/db/pkg/* that should clean it all up. >> >> >:-) >It will only delete information about packages, not packages self. >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > No, that will delete the packages. To delete a package you would run "pkg_delete " so, to delete all of your package the above command would work correctly. -Tom