How do you uninstall wine 1.5?
- by jeff
I installed Wine through the terminal using these commands:
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.5
I know that I've removed at least part of wine. I removed the .wine folder in my home folder and I managed to remove the repository via this command:
sudo apt-add-repository --remove…