Wine on Ubuntu with AMD64

Uncategorized 26 June 2006 | 12 Comments

First, go get the latest version of Wine (for i386). Ensure that you have the correct version (6.06 is Dapper).

Open up a terminal in the folder you saved it to:

sudo apt-get install ia32-libs
sudo dpkg -i --force-architecture wine*.deb

Next, head to the Ubuntu repository and download both libXx86dga1 and libXx86vm1 (for i386). Extract them (don’t install!) and then extract the data.tar.gz files inside of them. Browse to the /usr/lib32 subfolder, then copy both the symlink and the shared library to your /lib32 folder (you’ll need to do this as root). Make sure you do this for both these packages.

I’m currently testing this with the IEs for Linux script, and everything seems to be working so far. IE6 runs perfectly (it may not show up correctly the first time you open it but it’s fine after that).

Tagged in ,

12 Responses on “Wine on Ubuntu with AMD64”

  1. Ryan Walklin says:

    Thanks!

    I got WoW running under 6.06 AMD64 using this guide and the info on help.ubuntu.com, just copied over from my Windows partition, then using ALSA as the sound driver and OpenGL rendering.

  2. Dave says:

    Hi,

    Would you please provide a bit more detail on the steps involved? I am a little confused about the /usr/lib32 versus /lib32 steps. Perhaps it was a typo?

    Thanks very much. I appreciate the help.

    Dave

  3. Porges says:

    Hi Dave, sorry I made it a bit confusing.

    When I said “browse to the /usr/lib32 subfolder”, I meant the subfolder of the i386 .debs, so you copy from the .deb’s ./usr/lib32 folder to your /lib32 folder. Hope this helps.

  4. Phatty says:

    A good writeup. Not to sound cocky but linux has directories and not folders.

  5. darkchylde says:

    im new to linux, what are the commands to copy or move files from one directory to another using root and the terminal?

  6. AntiPhatty says:

    Phatty, not to sound cocky but Ubuntu uses Gnome, which refers to them as ‘Folders’ :p

  7. sharky says:

    What about Ubuntu 6.10 (Edgy) ??? It’s the same?

  8. shuji says:

    hi,
    has anyone tried it on edgy eft?

  9. Penguins says:

    Hi, i followed the above steps and got this message when using the command
    sudo dpkg -i –force-architecture wine*.deb

    Unpacking wine (from wine_0.9.28~winehq0~ubuntu~6.10-1_i386.deb) …
    dpkg: dependency problems prevent configuration of wine:
    wine depends on libartsc0 (>= 1.5.0-1); however:
    Package libartsc0 is not installed.
    wine depends on libasound2 (>> 1.0.11); however:
    Version of libasound2 on system is 1.0.10-2ubuntu4.
    wine depends on libaudio2; however:
    Package libaudio2 is not installed.
    wine depends on libc6 (>= 2.4-1); however:
    Version of libc6 on system is 2.3.6-0ubuntu20.
    wine depends on libgcc1 (>= 1:4.1.1-12); however:
    Version of libgcc1 on system is 1:4.0.3-1ubuntu5.
    wine depends on libglib2.0-0 (>= 2.12.0); however:
    Version of libglib2.0-0 on system is 2.10.3-0ubuntu1.
    wine depends on libgphoto2-2 (>= 2.2.1); however:
    Version of libgphoto2-2 on system is 2.1.6-5.2ubuntu8.
    wine depends on libgphoto2-port0 (>= 2.2.1); however:
    Version of libgphoto2-port0 on system is 2.1.6-5.2ubuntu8.
    wine depends on libstdc++6 (>= 4.1.1-12); however:
    Version of libstdc++6 on system is 4.0.3-1ubuntu5.
    wine depends on libusb-0.1-4 (>= 2:0.1.12); however:
    Version of libusb-0.1-4 on system is 2:0.1.10a-22ubuntu1.
    wine depends on libxml2 (>= 2.6.26); however:
    Version of libxml2 on system is 2.6.24.dfsg-1ubuntu1.
    wine depends on libxslt1.1 (>= 1.1.17); however:
    Version of libxslt1.1 on system is 1.1.15-1ubuntu1.
    dpkg: error processing wine (–install):
    dependency problems – leaving unconfigured
    Errors were encountered while processing:
    wine

    what went wrong

  10. Anders says:

    Thank you! One step closer to a 100% Windows free life

  11. Anders says:

    Works for me on Ubuntu Edgy!

Trackbacks/Pingbacks

  1. [...] The process used for this is the same as used for the previous post. [...]

Leave a Reply