From owner-freebsd-doc@FreeBSD.ORG Sun Dec 7 23:30:04 2008 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5B051065670 for ; Sun, 7 Dec 2008 23:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 952E88FC1A for ; Sun, 7 Dec 2008 23:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mB7NU4O3048781 for ; Sun, 7 Dec 2008 23:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mB7NU4jK048778; Sun, 7 Dec 2008 23:30:04 GMT (envelope-from gnats) Date: Sun, 7 Dec 2008 23:30:04 GMT Message-Id: <200812072330.mB7NU4jK048778@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: guillaume Cc: Subject: Re: docs/129464: using packages system X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: guillaume List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2008 23:30:04 -0000 The following reply was made to PR docs/129464; it has been noted by GNATS. From: guillaume To: bug-followup@FreeBSD.org, g71@laposte.net Cc: sziszi@bsd.hu Subject: Re: docs/129464: using packages system Date: Mon, 08 Dec 2008 00:12:27 +0100 it will be good to integrate the keys features of your explanation in the handbook: - it isn't recommended to override PACKAGESITE because packages are specifically made for a branch. - pkg_add and pkg_delete are obsolete, use the portupgrade tool. it is recommended to install it before you try to manage package. portupgrade use the port tree, so you must have the port tree installed. examples: - install the xfce package: portinstall -RPP xfce - upgrade your xfce with the ports: portupgrade -R xfce - uninstalll your xfce: pkg_deinstall -r xfce (and if the user can access to internet, it seems recommended to not install the port tree from the distribution media, but directly from internet after the FreeBSD installation (with csup), no?) regards