From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 00:33:54 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6577137B404 for ; Wed, 4 Jun 2003 00:33:54 -0700 (PDT) Received: from msr64.hinet.net (msr64.hinet.net [168.95.4.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6647C43FAF for ; Wed, 4 Jun 2003 00:33:53 -0700 (PDT) (envelope-from y2kbug@ms25.hinet.net) Received: from sonic.utopia.com (61-227-219-163.HINET-IP.hinet.net [61.227.219.163]) by msr64.hinet.net (8.9.3/8.9.3) with SMTP id PAA28452 for ; Wed, 4 Jun 2003 15:34:35 +0800 (CST) Date: Wed, 4 Jun 2003 15:20:43 +0800 From: Robert Storey To: freebsd-questions@freebsd.org Message-Id: <20030604152043.35ddd1b2.y2kbug@ms25.hinet.net> In-Reply-To: <004301c329d4$643953b0$ca0110ac@vinyl.tkvbp.com> References: <20030603205258.7cb06c79.y2kbug@ms25.hinet.net> <004301c329d4$643953b0$ca0110ac@vinyl.tkvbp.com> X-Mailer: Sylpheed version 0.8.6 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: where to put tarball X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2003 07:33:54 -0000 On Tue, 3 Jun 2003 09:31:05 -0400 "Kliment Andreev" wrote: > > I'm wondering where is the proper location to put a tarball (containing > source code) that I've downloaded and want to untar and compile. In Linux, > you generally would put it in /usr/src. I know all the FreeBSD documentation > says /usr/local is where all your personalized software > > I put the tarballs in /tmp. Then I use make which actually compiles/installs > software. You can override default install directory. After that, I simply > rm -Rf /tmp/tarball. Thanks Kliment. However, I wonder about uninstalling. If I think there's a possibility I'd want to uninstall later, don't I need to preserve the directory for a "make uninstall"? Or is there some other way to uninstall? regards, Robert