Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2009 21:20:13 +0200 (CEST)
From:      Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
To:        =?ISO-8859-15?Q?Markus_K=FCnkler?= <markus@amobos.org>
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: Deinstall software
Message-ID:  <alpine.BSF.2.00.0905302117400.19810@wojtek.tensor.gdynia.pl>
In-Reply-To: <C3DDA6CB-4E31-46E4-856C-0020C47A6351@amobos.org>
References:  <C3DDA6CB-4E31-46E4-856C-0020C47A6351@amobos.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.0905302117400.19810>