From owner-freebsd-questions@FreeBSD.ORG Sat May 30 19:20:31 2009 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 2617A10656DA for ; Sat, 30 May 2009 19:20:31 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 462718FC1D for ; Sat, 30 May 2009 19:20:29 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n4UJKEJc019828; Sat, 30 May 2009 21:20:14 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n4UJKE6M019825; Sat, 30 May 2009 21:20:14 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sat, 30 May 2009 21:20:13 +0200 (CEST) From: Wojciech Puchar To: =?ISO-8859-15?Q?Markus_K=FCnkler?= In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: "freebsd-questions@freebsd.org" Subject: Re: Deinstall software 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: Sat, 30 May 2009 19:20:31 -0000 > Hi! > I installed my software using csup and make install. Now there are new you mean FreeBSD or some add on software? as assume latter. you should use ports for installing software. if there are no port for it, you should write it and contribute ;) but if you already did this way, then you have 2 choices 1) there are often make deinstall in such sources working, it will work if target directory will be the same as before 2) find out manually what files it put where and delete. If you need to install software this was, try to set target directory base not in /usr, to not make mess with base system, and not /usr/local - to not mess with ports. creating /usr/local2 is a good choice