From owner-freebsd-questions@FreeBSD.ORG Mon Oct 15 22:17:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1153516A420 for ; Mon, 15 Oct 2007 22:17:15 +0000 (UTC) (envelope-from subscrigood@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.229]) by mx1.freebsd.org (Postfix) with ESMTP id B589313C46E for ; Mon, 15 Oct 2007 22:17:14 +0000 (UTC) (envelope-from subscrigood@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so982391nzf for ; Mon, 15 Oct 2007 15:17:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=L8u/XO+3/scY0bCx2JUbfFB4DmT5l4SB0eJlwyKxqLA=; b=lSGmh1v54OPliwyPMDaXIFP8UXD7q9aT82Qy2AABxzPeSwU5OoAlGqaXydXegBhWWOjRlAtij6NT5lVIpE00N3WTQESsqPYkcEvAF7aTf08PzTpWGOOx9gkbyEdE1qw5sgkBrv3y5H3AVeFWALaAJMTkMgvtpxQ4KRju/+BmTYk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=UKYLbBnqsacJnYQoCGkIKM8kGQy1PXDwf7oAe3CkiJmHANPE+jgrkvV0cbfXadLJoPZ+Qz2ctc8cKcIOret/KcJdhl58T6AtmbxFy1kY5qZEp/mmirVdWPsLYXJw0wKy6G7st9S8x9/vTq9vjAROagd+eoX+jjONeURJCvSXb8k= Received: by 10.114.130.1 with SMTP id c1mr7558610wad.1192486633088; Mon, 15 Oct 2007 15:17:13 -0700 (PDT) Received: by 10.114.205.4 with HTTP; Mon, 15 Oct 2007 15:17:13 -0700 (PDT) Message-ID: <91b2a4f50710151517u223efd89md29d3999ba989a76@mail.gmail.com> Date: Tue, 16 Oct 2007 02:17:13 +0400 From: "Alex P" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: pkg_deinstall --exclude Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2007 22:17:15 -0000 help me with such problem plz. I need to pkg_deinstall all packages from my FreeBSD and exclude some. I make " pkg_deinstall -arnx xorg firefox " assumes pkg_deinstall leave xorg and firefox with their dependencies. but results differs is there any possibility to filter some packages from deinstallation process?