Un-install Wine 1.5 from Ubuntu 11.10 x64

Questions about Wine on Linux
Locked
cscj01
Newbie
Newbie
Posts: 2
Joined: Mon Apr 02, 2012 9:27 am

Un-install Wine 1.5 from Ubuntu 11.10 x64

Post by cscj01 »

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: Select all

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?
cscj01
Newbie
Newbie
Posts: 2
Joined: Mon Apr 02, 2012 9:27 am

Post by cscj01 »

Never mind. I Believe

Code: Select all

sudo make uninstall
will do the job.
Locked