PDA

View Full Version : I am facing strange problem in Kali x64 with wine-bin:i386



1337kh4n
2014-10-23, 04:57
hey there :)
I am on kali x64 machine and i am trying to run a windows x86 software in kali but it is not opening correctly
when i call wine from terminal it show

** Debian / Wine: Multiarch Instructions **

This is the wine64-bin helper package, which does not provide wine itself,
but instead exists solely to provide the following information about
enabling multiarch on your system in order to be able to install and run
the 32-bit wine packages.

The following commands should be issued as root or via sudo in order to
enable multiarch (the last command installs 32-bit wine):

# dpkg --add-architecture i386
# apt-get update
# apt-get install wine-bin:i386

Be very careful as spaces matter above. Note that this package
(wine64-bin) will be removed in the process. For more information on
the multiarch conversion, see: http://wiki.debian.org/Multiarch/HOWTO


AS instructed I added architecture then apt-get update then when I try to install wine-bin:i386
It shows

~# apt-get install wine-bin:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libfftw3-double3 : Breaks: libfftw3-3 (< 3.3.3-1) but 3.3.2-3.1 is to be installed
libfontconfig1 : Breaks: xpdf (<= 3.03-11) but 3.03-10 is to be installed
libgcr-base-3-1 : Breaks: libgcr-3-1 (< 3.8.2-2) but 3.4.1-3 is to be installed
libglib2.0-0 : Recommends: xdg-user-dirs but it is not going to be installed
Breaks: glib-networking (< 2.33.12) but 2.32.3-1 is to be installed
wine-bin:i386 : Depends: libc6:i386 (>= 2.4) but it is not going to be installed
Depends: libwine-bin:i386 (= 1.4.1-4) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

I downloaded wine-bin:i386 from http://mirror.hust.edu.cn but when i did dpkg -i it is saying like "conflict with wine-bin64
Exactly same prob he is facing in below thread
http://www.linuxquestions.org/questions/debian-26/can%27t-install-wine-on-wheezy-64-bit-4175499221/
I tried all but still not succeeded.
any one just help me ?

SeM
2014-10-27, 12:17
try to remove wine-bin64 first, then

# dpkg --add-architecture i386
# apt-get update
# apt-get install wine-bin:i386