Can't Uninstall Wine

Asked by Abhinav

I installed wine 0.9.50 by compiling it. I got the latest wine and installed it from deb. But the earlier wine doen't get uninstalled. Please tell me some command or something to help me.

Thanks
Abhinav

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Bhavani Shankar
Solved:
Last query:
Last reply:
Revision history for this message
naufal (musp-student) said :
#1

hello,
what version of wine that you've installed?
type in terminal:
wine --version
you can upgrade to latest wine version.try this link:
http://www.winehq.org/

Revision history for this message
naufal (musp-student) said :
#2
Revision history for this message
Abhinav (abhinavhardikar) said :
#3

Latest wine 0.9.59

Abhinav

Revision history for this message
Artem Popov (artfwo) said :
#4

I beleive, Wine installed from source can be uninstalled by "make uninstall" command in the source directory.

If you have already removed the source folder, download and unpack it again and make sure to run "./configure" with the same options that you used when building and installing.

Also, if you installed the source-based wine to /usr (and not /usr/local), you may need to reinstall the debs after "make uninstall" (because some files shared by both will be removed as well).

Hope this helps :)

Revision history for this message
Best Bhavani Shankar (bhavi) said :
#5

Hello abhinav:

Normally software will be upgraded automatically when you install a newer one..

Hmm to uninstall previous version of wine:

First make sure you still have the folder with the sources (where you did the make), if you have deleted them, redownload (if you deleted the source tarball) them and extract them, then do the ./configure and make again (only needed if you deleted your source code folder) and then do sudo make uninstall (this step is what tracks and uninstall the copy of wine you installed earlier).

Hope it helps

Bhavani Shankar.

Revision history for this message
Abhinav (abhinavhardikar) said :
#6

Thanks Bhavani Shankar, that solved my question.

Revision history for this message
Bhavani Shankar (bhavi) said :
#7

Glad that I could help you out...