command for remove .exe software from kubuntu 9.10
|
feedback
|
|
If you're trying to uninstall a Windows program you're using with Wine, that's documented in the Wine Wiki. If you're trying to remove 1 executable, you can simply use If you want to search the entire system and remove all executables: find / -type f -name "*.exe" -exec rm {} +
| |||
|
feedback
|
rm filename.exe, otherwise open up a terminal and typeman rmfor more options – James.Elsey Feb 3 '10 at 12:46