From owner-freebsd-stable@freebsd.org Mon Aug 3 16:13:41 2015 Return-Path: Delivered-To: freebsd-stable@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 8660F9B241A for ; Mon, 3 Aug 2015 16:13:41 +0000 (UTC) (envelope-from freebsd-lists@gromit.dlib.vt.edu) Received: from gromit.dlib.vt.edu (gromit.dlib.vt.edu [128.173.126.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gromit.dlib.vt.edu", Issuer "Chumby Certificate Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D46B1579 for ; Mon, 3 Aug 2015 16:13:41 +0000 (UTC) (envelope-from freebsd-lists@gromit.dlib.vt.edu) Received: from pmather.lib.vt.edu (pmather.lib.vt.edu [128.173.126.193]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gromit.dlib.vt.edu (Postfix) with ESMTPSA id 10D58A75; Mon, 3 Aug 2015 12:13:38 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Subject: Re: pkg clean question From: Paul Mather In-Reply-To: <20150803153944.GA2733@knossos> Date: Mon, 3 Aug 2015 12:13:35 -0400 Cc: freebsd-stable@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <20150803153944.GA2733@knossos> To: Zoran Kolic X-Mailer: Apple Mail (2.2102) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2015 16:13:41 -0000 On Aug 3, 2015, at 11:39 AM, Zoran Kolic wrote: > Amd64, 9.3. Updated few times, packages also. At first I > found on laptop that /var directory was at 102%. Using > "pkg clean" i removed about 400mb of cache packages from > /var/cache/pkg. Tried to clean desktop cache and the out- > put of the command was "nothing to do". I see about 400 > mb of files in the cache directory. Is it safe to remove > them by the hand? Use "pkg clean -ay" to delete all cached packages, not just the ones = that are no longer current or provided by the upstream repository. Cheers, Paul.