From owner-freebsd-questions@FreeBSD.ORG Sun Jul 24 08:17:05 2011 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 9B3E51065675 for ; Sun, 24 Jul 2011 08:17:05 +0000 (UTC) (envelope-from toanhuyle.vn@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6BF918FC1B for ; Sun, 24 Jul 2011 08:17:05 +0000 (UTC) Received: by iyb11 with SMTP id 11so4689320iyb.13 for ; Sun, 24 Jul 2011 01:17:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=lwV3V5EwXTIvBjW6nlHYpYRZHOP9qXPcrd8m6eArnr8=; b=XMIM7sM1803CNJUvIsP+3YpYjcLjrUNNpIAlIUmtgAKtniZP3WtZpF9nTLNndjfZxl x4hGGj9mEQRefX2pyr2xUN0Hqgdk1F24Q3DT2fCR2H2C72daHL2O1yjfO28fEeW+l1V7 QnSoo8afCXaLqYz5pV+Ov+G09jObn/WfTHN3c= MIME-Version: 1.0 Received: by 10.231.125.212 with SMTP id z20mr3251919ibr.154.1311493697486; Sun, 24 Jul 2011 00:48:17 -0700 (PDT) Received: by 10.231.150.65 with HTTP; Sun, 24 Jul 2011 00:48:17 -0700 (PDT) Date: Sun, 24 Jul 2011 14:48:17 +0700 Message-ID: From: "Toan H. Le" To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: pkg_delete yields 'no such package' 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, 24 Jul 2011 08:17:05 -0000 I installed FreeBSD for investigation purpose and reserve small hard disk space for it. Partition comes to nearly full and I decide to delete some 'doc' packages. Either I use 'pkg_delete xorg-docs' or 'pkg_delete xorg-docs-1.4.1', pkg_delete yields the error of 'no such package'. Checking via 'pkg_info' and 'pkg_version' confirms the packages xorg-docs-1.4.1 installed. I think I did not use the wrong command. Can anyone help me on this issue? I need to free some space to continue my investigation. -- Regards, Toan H. Le