You are not logged in.
Pages: 1
Hi there,
How can I remove self compiled Wine from my PC? I don't have the source anymore (seems that I have deleted it someday).
I tried to download the source again and use the command
# make uninstallbut it fails.
Last edited by Anttonius (2009-02-11 17:17:51)
Offline
Where did you install it to?
Offline
Heh, figured it out. Sorry for waste of time.
I managed to remove it by compiling the source again and THEN running
# make uninstallOffline
You'll have to ./configure the sources again using the same prefixed that you used for your former installation. Then "make uninstall" will be available again.
Offline
You'll have to ./configure the sources again using the same prefixed that you used for your former installation. Then "make uninstall" will be available again.
Okay, I'll try to keep that in mind. ![]()
Offline
Pages: 1