From owner-freebsd-questions@FreeBSD.ORG Thu Jun 19 15:25:11 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1111F455; Thu, 19 Jun 2014 15:25:11 +0000 (UTC) Received: from mail-vc0-x22d.google.com (mail-vc0-x22d.google.com [IPv6:2607:f8b0:400c:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B46652BB6; Thu, 19 Jun 2014 15:25:10 +0000 (UTC) Received: by mail-vc0-f173.google.com with SMTP id lf12so2376126vcb.32 for ; Thu, 19 Jun 2014 08:25:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=IyMe9MDsNF/N/zPjR4UkW09owqgoMRKeuykXjOkF7i4=; b=Xb1jq5HfvT9Yfz0hWamPjYviVYD9xLE7CNYosdyylbsdxP0G3ReBBiCdGqwJpbn+Et cUiQYdixhM7eNFQ8LypuGxV1pLAn75TfTgZbzkrrqADKVsKiIYcQZmBqfMODQ/iQSoA4 +88n2KsNRFGJZOmWm8AhcdxRVaLp3pqjj/XBRbHBWkPj3C4hrOd1wuoz4Jl99q110Boz hUTyVXPOYsXYPPWllLNndR2fWCoKDn2vjzLpQo7acSz6zAWO9ZjcA55hUs0o+lKq2jT7 7a9SAi1GSWjV+y+lEldFxlJ/lMaA44+UO7P540tjPW+ZQBTQ073cDuwLkPOzPrBlYorX fCvg== MIME-Version: 1.0 X-Received: by 10.53.8.162 with SMTP id dl2mr3837307vdd.24.1403191509813; Thu, 19 Jun 2014 08:25:09 -0700 (PDT) Sender: christopher.maness@gmail.com Received: by 10.58.191.35 with HTTP; Thu, 19 Jun 2014 08:25:09 -0700 (PDT) In-Reply-To: <53A2FE75.6030000@freebsd.org> References: <53A2FE75.6030000@freebsd.org> Date: Thu, 19 Jun 2014 08:25:09 -0700 X-Google-Sender-Auth: WMUYy2r65VL57ranG2_7yfpIuRM Message-ID: Subject: Re: pkg_delete -a equivalent in pkg (8)? From: Chris Maness To: Matthew Seaman , "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2014 15:25:11 -0000 This was not documented in the version I am running. Chris On Thu, Jun 19, 2014 at 8:15 AM, Matthew Seaman wrote: > On 06/19/14 16:07, Chris Maness wrote: >> Is there an equivalent command that rips every loving package out of >> the system? It sure is convenient when there are hopelessly stale >> dependencies. > > It's quite clearly described in pkg-delete(8). > > pkg delete -fa > > Cheers, > > Matthew > >