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
It works, thank you!!
ReplyDelete