Results 1 to 7 of 7

Thread: Winetricks IE6 install on 64bit Ubuntu

  1. #1
    Join Date
    May 2010
    Beans
    Hidden!

    Winetricks IE6 install on 64bit Ubuntu

    "This package does not work on a 64-bit installation"

    How to overcome that? Need IE6 to install another program.

  2. #2
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Winetricks IE6 install on 64bit Ubuntu

    Moved to Wine.

  3. #3
    Join Date
    May 2010
    Beans
    Hidden!

    Re: Winetricks IE6 install on 64bit Ubuntu

    anyone?

  4. #4
    Join Date
    Apr 2011
    Beans
    214
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Winetricks IE6 install on 64bit Ubuntu

    Wine on Ubuntu 12.04x64 comes with two versions 386 and 64 due to new multiarch feature in Ubuntu. Anyway, to get it working you need to define an architecture you want to use and then create a new wineprefix (it won't work for an existisng one) so do this:

    export WINEARCH=win32
    export WINEPREFIX=$HOME/.mynewwine32prefix/

    and then as usually run winecfg and winetricks...

  5. #5
    Join Date
    May 2010
    Beans
    Hidden!

    Re: Winetricks IE6 install on 64bit Ubuntu

    ty sir!

  6. #6
    Join Date
    Apr 2012
    Beans
    150
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Winetricks IE6 install on 64bit Ubuntu

    Quote Originally Posted by ergo-proxy View Post

    export WINEARCH=win32
    export WINEPREFIX=$HOME/.mynewwine32prefix/

    and then as usually run winecfg and winetricks...
    Can you please explain where to put these commands? I tried this in terminal, but nothing happens. I cannot find any information on how to create a wineprefix and what the detailed steps are.

  7. #7
    Join Date
    Apr 2011
    Beans
    214
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Winetricks IE6 install on 64bit Ubuntu

    Yes in a terminal. Once done run 'winecfg' click ok and you will notice that a new directory is created in a path specified in the wineprefix. You have to do export each time you want use this particular wineprefix because by default wine stores its setting in ~/.wine directory and uses 64 bit architecture.

Bookmarks

Posting Permissions

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