0

Every time I try to uninstall wine I get this:

Command line screenshot

I used winehq to install it. https://wiki.winehq.org/Ubuntu

Melebius
  • 11,750

1 Answers1

5

As you can see from the wiki page you linked, the name of the package is not wine, choose one of the three package names that are listed and your command will likely work better:

  • winehq-stable
  • winehq-devel
  • winehq-staging

Or just try: sudo apt-get purge winehq*

You can then also run sudo apt-get autoremove to clean up.

pzkpfw
  • 5,743