Internet Explorer 8 in Ubuntu [duplicate]

Solution 1:

Microsoft has created some customized Windows VHDs with the purpose of allowing web designers to test websites in Internet Explorer 10, 9, 8 and 7, for Free for 30 days:

You can download the virtual machine images from this website:

  • Free Virtual Machines From IE8 to MS Edge

From the site:

  1. Download the SFX and all RAR files for the VM (smaller VMs may not have files with RAR extension). In each set below that contains a split archive, the provided text file (.txt) contains URLs to all files in the set, and this can be used directly with the 'wget' command in Linux. From the terminal, enter wget -i [URL TO TEXT FILE]. For Windows XP single file downloads, use wget [URL TO DOWNLOAD FILE] instead.

Example 1:

wget -i https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE8_Win7/IE8.Win7.For.LinuxVirtualBox_2.txt

Example 2:

wget https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE6_XP/IE6.WinXP.For.LinuxVirtualBox.sfx
  1. After the download of all files for a set is complete, give the SFX file execute permission by typing chmod +x filename.sfx at the terminal.

  2. Execute the SFX executable from the terminal with ./filename.sfx to expand the virtual machine to the current directory.

See also:

  • Making Internet Explorer Testing Easier with new IE VMs - Rey Bango
  • Free Official MSIE VM's for Linux and Mac | Hacker News

Solution 2:

Is this for personal/normal use or for testing website development?

If it's for normal browsing, you can get winetricks. Then run

winetricks ie6

or

winetricks ie7

or

winetricks ie8

And it should install a barebones, just-functioning version of IE. It won't be the full thing though. You may find that running IE in VMWare Player or VirtualBox with their seamless integration may be a better choice.

If this is for testing web development, have a look at browsershots.org which can test the website for you in different browsers and versions.

Solution 3:

The best option is to run IE from the VirtualBox. Some time ago Microsoft created some files to run IE 7, 8 and 9 for free from VirtualBox(no Windows license needed). Give it a try.

Quoted from Webupd8.org:

Microsoft has created some customized Windows VHDs with the purpose of allowing web designers to test websites in Internet Explorer 9, 8 and 7, for free. To make it easier to set up, xdissent has created a Mac OSX / Linux script that will download the required files, extract them, install the latest VirtualBox guest additions and so on.

Read more here. :)

Solution 4:

You can install Internet Explorer, but as far as I know only versions 8 and below.

Here's how. I use PlayOnLinux, because it makes using WINE so much easier. If you don't have PlayOnLinux, install it from the Ubuntu Software Centre (if you want the latest version, go to the PlayOnLinux download page, click on "Ubuntu", and follow the instructions).

  • Open PlayOnLinux. Wait a few seconds while it refreshes (the status bar at the bottom).
  • Click on the big "+ Install" button. A new window opens.
  • Click on the "Internet" button.
  • Click on "Internet Explorer 8".
  • Click on "Install".

About to install IE8

  • An installation wizard appears. Click Next; wait a bit.
  • IE8 will start to install, asking you a question and then to accept the license terms. It will prompt you to install updates; clear this check-box and press Next. Don't install updates
  • Wait a bit longer.
  • When prompted, select "Restart now (recommended)". This will not restart your computer; instead, PlayOnLinux will simulate a Windows restart.

Now, you will have an Internet Explorer icon on your desktop and another within the PlayOnLinux window. You can double-click either of these to start IE8.

Note that the display will not precisely match that on Windows for several reasons, but at least it will give you IE8 on Ubuntu!

Solution 5:

As of today (Sep 30, 2010 and Wine 1.3.3), IE 8 does not work in Wine. It will install and load, but it won't connect or render a page and the window will have a lot of visible glitches.

If it ever does work in the future, you will need to use the Wine1.3 packages from the Wine PPA.

To Install it, the simplest method is to use winetricks. If you've added the PPA and installed wine you should already have the winetricks package -- simply type winetricks ie8 to do the install.

If you're using different versions of Internet Explorer for web development, I highly recommend creating separate wineprefixes for each one. See my blog post: http://yokozar.org/blog/archives/236