On Tue, May 13, 2008 at 11:31 PM, fredand44 <wineforum-user@xxxxxxxxxx> wrote: > I think I installed it like: > su > password > sh wine_0955.sh > > Is there a standard way to uninstall it the same way? (Uh-oh. You seem to have built wine as root. That's a no-no. You should always build as yourself, and only install as root.) You'll have to find the source directory that mysterious shell script created, cd into it, then do 'su' and 'make install', I think.