From owner-freebsd-questions@FreeBSD.ORG Mon Sep 24 12:25:04 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 556B616A418 for ; Mon, 24 Sep 2007 12:25:04 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: from izb.knu.ac.kr (unknown [IPv6:2002:9be6:9d5d:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 061DB13C465 for ; Mon, 24 Sep 2007 12:25:04 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: by draba.izb.knu.ac.kr (Postfix, from userid 59) id 30B783E7D; Mon, 24 Sep 2007 21:25:03 +0900 (KST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on draba.izb.knu.ac.kr X-Spam-Level: X-Spam-Status: No, score=-0.0 required=15.1 tests=NO_RELAYS autolearn=disabled version=3.2.3 Received: from [IPv6:2002:9be6:9d5d:3::3] (viola.izb.knu.ac.kr [IPv6:2002:9be6:9d5d:3::3]) by draba.izb.knu.ac.kr (Postfix) with ESMTP id 77F703E79; Mon, 24 Sep 2007 21:25:02 +0900 (KST) From: Byung-Hee HWANG To: ronggui In-Reply-To: <38b9f0350709240517x5d6f976fn9fb2f76105dc51e6@mail.gmail.com> References: <38b9f0350709240517x5d6f976fn9fb2f76105dc51e6@mail.gmail.com> Content-Type: text/plain Organization: InZealBomb Date: Mon, 24 Sep 2007 21:25:01 +0900 Message-Id: <1190636701.2907.3.camel@viola.izb.knu.ac.kr> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: The best way to keep the system clean? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bh@izb.knu.ac.kr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2007 12:25:04 -0000 On Mon, 2007-09-24 at 20:17 +0800, ronggui wrote: > My problem, many times I install some software from ports, it install > the dependency software. Then after some time, I find that software > isn't what I want, and deinstall it. At this point, the dependency > software isn't necessary as well. Is there a way to clean them > automatically, like the apt-get autoremove in the Ubuntu system. > > And the related general question is, what's the best way to keep my > system clean? Thanks. > The best way is using -RELEASE anytime. That's enough to me. If I need to install/deinstall, I use pkg_add/pkg_delete. It's just my opinion. Byung-Hee