0

I am trying to unistall a Windows application installed in Wine. When I run the command:

wine unistall - -software

it says uninstall: command not found.

Tim
  • 32,861
  • 27
  • 118
  • 178

1 Answers1

2

Try to run wine uninstaller like Windows "Add/Remove Programs" function with this command:

wine uninstaller
Maythux
  • 84,289
Bilal
  • 3,699