heihachi88
1/2/2015 - 10:02 AM

Install wine 1.7

Install wine 1.7

sudo add-apt-repository ppa:ubuntu-wine/ppa

sudo apt-get update

# installing 32bit wine
sudo apt-get install wine1.7:i386 winetricks

# remove wine ppa
sudo ppa-purge ppa:ubuntu-wine/ppa

# remove wine itself
sudo apt-get remove --purge wine

# remove dirs
rm -rf ~/.wine
rm -f ~/.config/menus/applications-merged/*wine*
rm -rf ~/.local/share/applications/wine
rm -f ~/.local/share/desktop-directories/*wine*