Wine uninstall problem

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
a dehqan

Wine uninstall problem

Post by a dehqan »

hello
I have been installed Wine 9.59 from it's source code .
Then i installed wine 9.25 and it's packages form debian source see this
photo :http://i25.tinypic.com/6h10fq.png

Now i want use Wine 9.25 ,I wanted to uninstall Wine 9.59 but it gives An
error :

rm -f /usr/local/share/aclocal/wine.m4
rmdir /usr/local/share/wine /usr/local/share/aclocal
rmdir: /usr/local/share/wine: No such file or directory
rmdir: /usr/local/share/aclocal: No such file or directory
make: [uninstall] Error 1 (ignored)

Now what can i do ?
thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Wine uninstall problem

Post by vitamin »

a.dehqan
Level 2
Level 2
Posts: 24
Joined: Sun May 11, 2008 2:05 pm

Post by a.dehqan »

hello
Thanks for you'r attention.
That topic didn't help me .see ,i installed wine 9.59 from sorce code and using command "make install".
Now i wana uninstall it using command "make uninstall" But it gives 1 error :

rm -f /usr/local/share/aclocal/wine.m4
rmdir /usr/local/share/wine /usr/local/share/aclocal
rmdir: /usr/local/share/wine: No such file or directory
rmdir: /usr/local/share/aclocal: No such file or directory
make: [uninstall] Error 1 (ignored)

Thanks
Last edited by a.dehqan on Sun May 11, 2008 2:31 pm, edited 1 time in total.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

a.dehqan wrote:hello
Thanks for you'r attention.
That topic didn't help me .see ,i installed wine 9.59 form sorce code and using command "make install".
Now i wana uninstall it using command "make uninstall" But it gives 1 error :

rm -f /usr/local/share/aclocal/wine.m4
rmdir /usr/local/share/wine /usr/local/share/aclocal
rmdir: /usr/local/share/wine: No such file or directory
rmdir: /usr/local/share/aclocal: No such file or directory
make: [uninstall] Error 1 (ignored)

Thanks
Then something or someone removed those files/directories. You can always use 'make -k uninstall' and after it's finished - you are done.
a.dehqan
Level 2
Level 2
Posts: 24
Joined: Sun May 11, 2008 2:05 pm

Post by a.dehqan »

hello
Thanks
your right .
god gives you'r WAGE.
Locked