Every time I try to uninstall wine I get this:
I used winehq to install it. https://wiki.winehq.org/Ubuntu
Every time I try to uninstall wine I get this:
I used winehq to install it. https://wiki.winehq.org/Ubuntu
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:
Or just try: sudo apt-get purge winehq*
You can then also run sudo apt-get autoremove
to clean up.
sudo vi /etc/apt/sources.list
and I removed the gpg key following these steps: https://askubuntu.com/questions/604988/how-to-remove-a-apt-key-which-i-have-added
– geneorama
Jan 02 '19 at 22:13