From owner-freebsd-questions@FreeBSD.ORG Sun Mar 1 07:23:37 2009 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 B87F9106566B for ; Sun, 1 Mar 2009 07:23:37 +0000 (UTC) (envelope-from lacalling@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.175]) by mx1.freebsd.org (Postfix) with ESMTP id 8F6208FC0A for ; Sun, 1 Mar 2009 07:23:37 +0000 (UTC) (envelope-from lacalling@gmail.com) Received: by wf-out-1314.google.com with SMTP id 27so1858571wfd.7 for ; Sat, 28 Feb 2009 23:23:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Ya301M192akxCrS4Pb5h9nXr1GJRUlBjs4douV9HSio=; b=c2vy8nTwuL32Q2Mf77eC4eRpIeY4zHLg0w9eZj2U37cSO5BQ8uJ1XP9bv6UFghD8WB 7mdPjoykZrjsctmSfNs8wO05aqPxvy0ymqJM1TVeulAQo4mgni5WAbZ4daKNEy0/QRMa FavoLpPTaFBltw56CZX1auH2I3sK+5vDArMBo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=sZwDfYTXoDaG/r4W3vJQdYWwSxfCAQ4mP6vssNv75gAwC7xdHFCw5IornYfbZgpwWJ wPQ9j+yz/oensnyt8+Q4Hb61NKeKcUaCL/UPytfBWAmVbxOdv0a8Ujfbrfilr/hRlrkj 8aTKxCF7ixG9B/vBKzkKJQGQvs4IhYoVHkGHQ= MIME-Version: 1.0 Received: by 10.142.166.2 with SMTP id o2mr2284655wfe.58.1235890543703; Sat, 28 Feb 2009 22:55:43 -0800 (PST) Date: Sun, 1 Mar 2009 14:55:43 +0800 Message-ID: From: lacalling To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: A problem about pkg_deinstall 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: Sun, 01 Mar 2009 07:23:37 -0000 I have some problems about pkg_deinstall. pkg_deinstall -R deletes packages depended recursively. but it seems to crashes some other packages. for example,i installed pkg A,it depends on pkg b,c,d. pkg_deinstall -R will deletes A,b,c,d. but if b is depended by some other pkg X which i use,X probably will crash. i read man pkg_deinstall,but got no further info. could anyone kindly help me to find out how to delete pkgs only depended by A?