How do you uninstall wine 1.5?

Posted by jeff on Ask Ubuntu See other posts from Ask Ubuntu or by jeff
Published on 2012-08-24T21:15:29Z Indexed on 2012/11/13 5:16 UTC
Read the original article Hit count: 646

Filed under:
|

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 ppa:ubuntu-wine/ppa

Now when I try to install wine 1.4 via Ubuntu software center, it tells me I must remove these items to install wine:

Microsoft windows compatibility layer (binary emulator and library) wine1.5

Microsoft windows compatibility layer (64-bit support) wine1.5-amd64

Microsoft windows compatibility layer (32-bit support) wine1.5-i386:i386

I've already tried this command:

sudo apt-get --purge remove wine

but it said that wine wasn't installed. Some assistance would be appreciated.

© Ask Ubuntu or respective owner

Related posts about wine

Related posts about uninstall