Monday 7 November 2011

Installing wine in Debian Wheezy (Testing)

I was surprised, when I didn't found wine in Debian Wheezy repositories. But I found some solution here.

So, try this:

ARCH=`uname -m | sed -e s/x86_64/amd64/ -e s/i.86/i386/`
wget -r -A "*_$ARCH.deb" http://dev.carbon-project.org/debian/wine-unstable/ 
sudo dpkg -i dev.carbon-project.org/debian/wine-unstable/*.deb 
sudo apt-get install -f 

After you need to delete folder with wine packages if you don't need them:

rm -rf dev.carbon-project.org/

Ha-ha. It works! Thanks for nicolaselie

1 comment: