From owner-freebsd-questions@FreeBSD.ORG Thu Feb 2 06:30:16 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 28C9A16A420 for ; Thu, 2 Feb 2006 06:30:16 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.ru (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7590D43D49 for ; Thu, 2 Feb 2006 06:30:15 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1F4Xyv-0001lH-Um; Thu, 02 Feb 2006 09:30:14 +0300 Received: from localhost.stc ([127.0.0.1] helo=sysadm.stc) by sysadm.stc with esmtp (Exim 4.54 (FreeBSD)) id 1F4Xyu-0004fj-9L; Thu, 02 Feb 2006 09:30:12 +0300 Received: (from igorr@localhost) by sysadm.stc (8.13.4/8.13.3/Submit) id k126U9F2017960; Thu, 2 Feb 2006 09:30:09 +0300 (MSK) (envelope-from igorr) Date: Thu, 2 Feb 2006 09:30:09 +0300 From: Igor Robul To: Tom Grove Message-ID: <20060202063009.GD17926@sysadm.stc> References: <5fee5e300601311757x5e2e351m93268031e36b4378@mail.gmail.com> <20060201145347.GA1198@sysadm.stc> <43E12849.6020500@voidmain.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43E12849.6020500@voidmain.net> User-Agent: Mutt/1.5.11 X-Archived: Yes 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2006 06:30:16 -0000 On Wed, Feb 01, 2006 at 04:29:45PM -0500, Tom Grove wrote: > 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. > >_______________________________________________ > > > 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. Of course you are correct, I have just "seen" rm instead of pkg_delete :-) Hard day