From owner-freebsd-questions@freebsd.org Tue Dec 29 00:01:04 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FB4DA532F3 for ; Tue, 29 Dec 2015 00:01:04 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85A6F14AD for ; Tue, 29 Dec 2015 00:01:04 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=nx1ZYcDenCgWdKaah5kdUJznSCFIaTVf9ZyskOafBoo=; b=M9iBu92NAA3Od3tW83scFb8dAh coy82ts8wpoG8panc9ywk+6dnTUIHoU3mzIW4+0In+W/cHZ4k6YgioeGIANCQMd9hlw5WxThlmoU4 gSgR2uvR0TObFViZJ8BeVTJkiQaeG9JrUEUTwUzmD1e9aZ5d1XGtCbb274g4NcCpsvGE=; Received: from [114.121.160.206] (port=26534 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.86) (envelope-from ) id 1aDhii-0033ri-FD; Mon, 28 Dec 2015 17:00:57 -0700 Date: Tue, 29 Dec 2015 08:00:50 +0800 From: Erich Dollansky To: Matthias Apitz Cc: Adam Vande More , FreeBSD Questions Subject: Re: remove all installed packages Message-ID: <20151229080050.1780e0fc@X220.alogt.com> In-Reply-To: <20151228202833.GA2425@c720-r285885-amd64> References: <20151208200303.GA2194@c720-r285885-amd64> <20151228202833.GA2425@c720-r285885-amd64> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Authenticated-Sender: sl-508-2.slc.westdc.net: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2015 00:01:04 -0000 Hi, On Mon, 28 Dec 2015 21:28:33 +0100 Matthias Apitz wrote: > El d=C3=ADa Tuesday, December 08, 2015 a las 02:25:55PM -0600, Adam Vande > More escribi=C3=B3: >=20 > > Much depends on what is exactly installed but in general that looks > > like a pretty terrible idea. If you're willing to going that far, > > just recreate the whole system. > >=20 > > Otherwise pkg delete -a =20 >=20 > At the end of the day, I used this 'pkg delete -a', followed by an > additional=20 >=20 > # pkg delete -f pkg >=20 did you take a look at /use/local? It should be empty if you did not install own software. > and all was fine cleared and ready to be re-installed from the ports; >=20 This is what has to be expected. Erich