From owner-freebsd-questions@FreeBSD.ORG Thu Jun 19 15:07:27 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE5FFF7D for ; Thu, 19 Jun 2014 15:07:27 +0000 (UTC) Received: from mail-vc0-x233.google.com (mail-vc0-x233.google.com [IPv6:2607:f8b0:400c:c03::233]) (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 7158B2A16 for ; Thu, 19 Jun 2014 15:07:27 +0000 (UTC) Received: by mail-vc0-f179.google.com with SMTP id id10so2365946vcb.10 for ; Thu, 19 Jun 2014 08:07:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=CnckdERoOg0bo5HfAfrRmONVHi/3FFnKJSHMbWtafWQ=; b=ZF458L3nnrheZ+HcY9sWqoIhxD49lHRFecdCGEqyWdqHOcNgremNUc1ysPlI6Dsp+b jonc0TSymlljr3dmGEFhR47AJRnwuUqUjrrhnEaFBHt83uR2V35OW4u/PGvl0eVTaUJU HZik6BRIhEnwjXSd4g1XozdMpW2tszYAkDCTczE9uosaDxEWYcthmmTBMIZR1dONoQ5X 7ZhTqvRqYz1Kh6B1l8ir5jUPXtDjCvZgPOaE6hYqIWd261jVEmiRBTkWYSmATntkmdlO fGxo4VTa12Xoln64NxjdLdWJxXMANq/2+AhTbY4dOrN9CxY13MsBWXnsHKptT3gm9odA 2R/w== MIME-Version: 1.0 X-Received: by 10.52.248.146 with SMTP id ym18mr3738853vdc.8.1403190446470; Thu, 19 Jun 2014 08:07:26 -0700 (PDT) Sender: christopher.maness@gmail.com Received: by 10.58.191.35 with HTTP; Thu, 19 Jun 2014 08:07:26 -0700 (PDT) Date: Thu, 19 Jun 2014 08:07:26 -0700 X-Google-Sender-Auth: ZW1FJhcE8o39u0tt992dGbRupmM Message-ID: Subject: pkg_delete -a equivalent in pkg (8)? From: Chris Maness To: "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:07:27 -0000 Is there an equivalent command that rips every loving package out of the system? It sure is convenient when there are hopelessly stale dependencies. Thanks, Chris