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.