Results 1 to 2 of 2

Thread: I am facing strange problem in Kali x64 with wine-bin:i386

  1. #1
    Join Date
    2014-Oct
    Posts
    1

    Angry I am facing strange problem in Kali x64 with wine-bin:i386

    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
    Code:
    ** 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
    Code:
    ~# 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/questi...it-4175499221/
    I tried all but still not succeeded.
    any one just help me ?

  2. #2
    Join Date
    2014-Oct
    Posts
    5
    try to remove wine-bin64 first, then

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

Similar Threads

  1. Issue with Wine-bin:i386 and trying to install Veil on OS
    By Ace of Spades in forum TroubleShooting Archive
    Replies: 4
    Last Post: 2016-01-15, 04:27
  2. apt-get update && apt-get install wine-bin:i386 error
    By ~N3ONPONY in forum TroubleShooting Archive
    Replies: 5
    Last Post: 2015-08-15, 17:19

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •