Sozialcyke wrote: > How do I uninstall Wine? Depends on how you installed it. If you used an rpm, just use your package manager to uninstall it. If you used the source, run a "make uninstall", assuming you haven't deleted the source files. If you have deleted them, it's okay, all you have to do in extract them to any directory, run ./configure, then "make uninstall" to get rid of WINE. Note that these directions should work for almost any programs under Linux.