From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 22:49:44 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 6E9FB16A417 for ; Tue, 31 Jul 2007 22:49:44 +0000 (UTC) (envelope-from eitan.adler@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.236]) by mx1.freebsd.org (Postfix) with ESMTP id 2F9D913C457 for ; Tue, 31 Jul 2007 22:49:44 +0000 (UTC) (envelope-from eitan.adler@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so15200nzf for ; Tue, 31 Jul 2007 15:49:43 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=bHOX68GlkOjKaJME28V2aBCDSlCEUEMLNoUNReqXvnP34Vtdo+xdJUQ0+TE5j54IumsD05a/O1QVASr73HTx83LiAxV4qXWOCoqsef09i87adnsMCCU50JriTiIGO6yuc9uZOrxMM61F3FHcHs7JedbKpIkSiRBMLjYBCLJndwk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=c6gJ0+oXWgwSyYB9Aag1DJrV9Z4YVX11I8d1YzhdHYH0Iv1LpHQpuQV1N34fp7e8Om8ADUcwDwHcNvNy8PBt2NadtTm/1qbM8y6+1VqWQ0cWiOgyJMz+IRwsdJJZxgAYW3ID8FL2BS1WH9ccMoKvmokdPmBQ0yb6ALCC9OE/HjU= Received: by 10.143.38.6 with SMTP id q6mr4454wfj.1185922182861; Tue, 31 Jul 2007 15:49:42 -0700 (PDT) Received: by 10.143.17.15 with HTTP; Tue, 31 Jul 2007 15:49:42 -0700 (PDT) Message-ID: Date: Tue, 31 Jul 2007 18:49:42 -0400 From: "Aton A" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: pkg_deinstall and pkg_delete 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: Tue, 31 Jul 2007 22:49:44 -0000 What exactly is the difference between pkg_delete and pkg_deinstall? Should I be cautious about mixing them?