From owner-freebsd-questions@FreeBSD.ORG Sat Jan 25 10:15:22 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 280DD870 for ; Sat, 25 Jan 2014 10:15:22 +0000 (UTC) Received: from mail-we0-x233.google.com (mail-we0-x233.google.com [IPv6:2a00:1450:400c:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3FB212F3 for ; Sat, 25 Jan 2014 10:15:21 +0000 (UTC) Received: by mail-we0-f179.google.com with SMTP id w62so3515951wes.24 for ; Sat, 25 Jan 2014 02:15:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=RKHEE6SCarQLJWFOkkx7GJSEqJNLceuKJIoD80ambfw=; b=eKR1rt8UGVmYQhl2X0tvj/mh2v4h2tHT8E89VH607Am//xlEcxDl0PwpD9Oc4nDAzW 4GCAGV4jywzyRN5sbQN2cbLlDh65rBelVJQPvQO51RqInQYYFIduJxRftYkJ0QLe1Wmh Q97C483dLppWZ0w2z6R49VNNMYSP/8plU9zAucL8LnIapSCn4wrtx6zrGrEPt7TZ5PwE vfB5IMlRl9fzGOPohh/YDznHdjh6LFpSjskq9KP7l9xdW5rqGa6hP+88NSYQKEm4zGVH ALFyFqTyTDm0Z8BA5DD03PRxODqkIhT674UIHsiPPZLXCwsd0+OHpADpgQUitAHFbKso fPGw== X-Received: by 10.194.241.228 with SMTP id wl4mr14138732wjc.2.1390644920097; Sat, 25 Jan 2014 02:15:20 -0800 (PST) Received: from kontrol.kode5.net (kontrol.kode5.net. [80.229.5.32]) by mx.google.com with ESMTPSA id ay6sm8771774wjb.23.2014.01.25.02.15.19 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 25 Jan 2014 02:15:19 -0800 (PST) Message-ID: <52E38EB5.3080604@gmail.com> Date: Sat, 25 Jan 2014 10:15:17 +0000 From: James Griffin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: FreeBSD Questions Subject: pkg command to remove multiple packages Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jan 2014 10:15:22 -0000 Hi With this new pkgng thing, if I use 'pkg delete -R -x xfce' will it remove all the stuff related to the xfce4 installation. I had to use ports to build xfce4 because there wasn't a meta-pkg to install (at least not that I could find), but i'm using kde4 now instead. Could do with the disk space. I guess that command won't find a few bits like thunar and some libs. Cheers, Jamie