Dowloaded al the debs from Wine-HQ, put them on folder called wine-debs, used the dpkg command to install them as listed:
[/code][font=verdana][size=78%]root@siductionbox:/home/oscar# dpkg -l | grep wine[/font][/size]
ii gnome-wine-icon-theme 5.5.1-1 all red variation of the GNOME-Colors icon theme
ii libwine:amd64 1.6.1-12 amd64 Windows API implementation - library
ii libwine-dev-unstable:amd64 1.7.10-0.1 amd64 Windows API implementation - development files
ii libwine-gecko-1.4 1.4+dfsg1-3 all Windows API implementation - web browser module
ii libwine-unstable:amd64 1.7.10-0.1 amd64 Windows API implementation - library
ii wine64-dev-tools-unstable 1.7.10-0.1 amd64 Windows API implementation - 64-bit developer tools
ii wine64-unstable 1.7.10-0.1 amd64 Windows API implementation - 64-bit binary loader
So what's wrong? Please help! I need it for an essential program.
This will never work.
The debs, you have downloaded are not for debian, winehq does not provide debs for debian.
Debian is using Multiarch and since wine is a 32bit application, you have to use Multiarch and the i386 debs.
Wine64 is the API for Windows 64bit applications (if it work), you will neve be able to start a "normal" 32bit win app with it.
QuoteThis will never work.The debs, you have downloaded are not for debian, winehq does not provide debs for debian.Debian is using Multiarch and since wine is a 32bit application, you have to use Multiarch and the i386 debs.Wine64 is the API for Windows 64bit applications (if it work), you will neve be able to start a "normal" 32bit win app with it.
The Wine-HQ page redirects to a link for downloading .debs for "debian sid".
http://dev.carbon-project.org/debian/wine-unstable/ (http://dev.carbon-project.org/debian/wine-unstable/)
I suggest you to read your link and then look again to your installed wine-packages.
Thanks towo! Now I have removed all this packages.
[/code][font=verdana, arial, helvetica, sans-serif][size=1]root@siductionbox:/home/oscar# dpkg -l | grep wineii gnome-wine-icon-theme 5.5.1-1 all red variation of the GNOME-Colors icon theme[/size][/font]
already removed debs. Thanks towo!
[/code][font=verdana, arial, helvetica, sans-serif][size=1]root@siductionbox:/home/oscar# dpkg -l | grep wineii gnome-wine-icon-theme 5.5.1-1 all red variation of the GNOME-Colors icon theme[/size][/font]
What's next?
I was just following this past post:
http://forum.siduction.org/index.php?topic=3770.msg32044#msg32044 (http://forum.siduction.org/index.php?topic=3770.msg32044#msg32044)
Found this on Debian Forums:
# dpkg --add-architecture i386# apt-get update# apt-get install wine-bin:i386
Then installed playonlinux and winetricks and Voila!!!
Thanks Towo!!!
Basically, all you had to do was
apt-get install wine winetricks libwine-openal:i386 libc6-i686:i386 libgpm2:i386 uuid-runtime:i386 libgsm1:i386 libv4l-0:i386 fonts-liberation libwine-gl:i386 libwine-alsa:i386 libgl1-mesa-dri:i386
apt-cache policy wine
wine:
Installed: 1.6.1-12
Candidate: 1.6.1-12
Version table:
1.6.1-12 0
500 http://mirror.cc.columbia.edu/debian/ unstable/main amd64 Packages
Yes, its not 1.7.10, but it works