I installed Wine 1.5 from source under Ubuntu 11.10 x64. I cannot get it to execute at all, and I want to remove it completely from my system. The commands I used to install it were: Code: wget http://prdownloads.sourceforge.net/wine/wine-1.5.0.tar.bz2 tar -xjvf wine-1.5.0.tar.bz2 cd wine-1.5.0 sudo apt-get install flex bison qt3-dev-tools qt4-qmake ./configure --enable-win64 cd tools ./wineinstall I now have Wine modules in /usr/local/bin, usr/local/lib64, and usr/local/share (and subfolders) that I can tell. There may be others elsewhere. Wine 1.5 does not appear in Synaptic nor in Ubuntu Software Center. Is there a command or group of commands I can run to remove Wine 1.5 from my system completely?