From owner-freebsd-questions@FreeBSD.ORG Fri Aug 17 06:39:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C53616A419 for ; Fri, 17 Aug 2007 06:39:42 +0000 (UTC) (envelope-from erno.immonen@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by mx1.freebsd.org (Postfix) with ESMTP id 602BC13C457 for ; Fri, 17 Aug 2007 06:39:42 +0000 (UTC) (envelope-from erno.immonen@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so384672wxd for ; Thu, 16 Aug 2007 23:39:41 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OoJS/g0SHf0gIYCpriNmpFYIBi8ByaSD9cEVrrE/m1SRGBfat8h/fHAJTBCOnkYAyi//MgHCmbUZjtqqAZunpoV8wmEAWSsnoP0AVjQudAPJjlblHSPfzMMe5ia57QKfW1EAKzQof/HXroWo2OCdgJpqPV/1jMQ+O95x4BjA+QE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=E8r4Zp9Q97Sz1B+BFceI6Esn8JIYzHl6/dfGn35K8NorLDhHoEO2P0PHgeEIQUl8IKh3y5tWUY51kLBVTxD5IJEtVr9aOvRjkROZQ/0t2bIiPbHF2UEf6rTp3/gFrCP9HkoWEYSUUxMaIaqc4GuOH93z8uhOFWncYd3mCLtcJeQ= Received: by 10.70.31.8 with SMTP id e8mr4239795wxe.1187331090316; Thu, 16 Aug 2007 23:11:30 -0700 (PDT) Received: by 10.100.57.8 with HTTP; Thu, 16 Aug 2007 23:11:30 -0700 (PDT) Message-ID: <40bdcc020708162311g5ea14924x3bb9f7f26ea88b6f@mail.gmail.com> Date: Fri, 17 Aug 2007 09:11:30 +0300 From: "Erno Immonen" To: vuthecuong In-Reply-To: <46C4EA46.9050801@fpt.vn> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46C4EA46.9050801@fpt.vn> Cc: freebsd-questions@freebsd.org Subject: Re: deinstall all apps installed from ports 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: Fri, 17 Aug 2007 06:39:42 -0000 2007/8/17, vuthecuong wrote: > Just for reference only: > I wonder how can I remove all apps, yes, all apps installed from ports > so that only > freebsd 6.2 OS remains just by one command. > I use portupgrade. > Thanks rm -rf /usr/local/* /usr/X11R6/* /var/db/pkg/* /var/db/ports/*