<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; IE4Linux</title> <atom:link href="http://www.ghacks.net/tag/ie4linux/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 09:52:46 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Install Internet Explorer on Linux with IEs4Linux</title><link>http://www.ghacks.net/2009/09/09/install-internet-explorer-on-linux-with-ies4linux/</link> <comments>http://www.ghacks.net/2009/09/09/install-internet-explorer-on-linux-with-ies4linux/#comments</comments> <pubDate>Wed, 09 Sep 2009 10:51:04 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Internet Explorer]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[IE4Linux]]></category> <category><![CDATA[internet-explorer]]></category> <category><![CDATA[wine]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=16163</guid> <description><![CDATA[Believe it or not, there is sometimes a need to have Internet Explorer available. Some web designers like to be able to to test their sites with all possible browsers. Some websites are poorly designed and will only function properly in Internet Explorer. So many designers (and users) need to have this browser available. If [...]]]></description> <content:encoded><![CDATA[<p>Believe it or not, there is sometimes a need to have Internet Explorer available. Some web designers like to be able to to test their sites with all possible browsers. Some websites are poorly designed and will only function properly in Internet Explorer. So many designers (and users) need to have this browser available. If you use Linux there are a couple of possibilities. You could run Internet Explorer in a Virtual Machine (See my article &#8220;<a
title="Installing VirtualBox" href="http://www.ghacks.net/2009/06/14/installing-and-configuring-virtualbox-for-virtual-oses/" target="_blank">Installing and configuraing VirtualBox for virtual OSes</a>&#8220;) or you could install Wine and IEs4Linux.</p><p>In this article we will deal with installing Internet Explorer with the help of Wine and IEs4Linux. The installation is not difficult and in the end you should have ever possible browser available to you for all your testing needs. Even though this installation will require the use of WINE you will not have to go through any complicated WINE set up. In fact the most difficult aspect of this setup is downloading and running a script that will take care of the most difficult part of the installation for you.</p><p><span
id="more-16163"></span><strong>Preparing for the installation</strong></p><p>The first thing you need to do is to make sure you have the right repositories in your <strong>/etc/apt/sources.list</strong> file. Open that file up and check to make sure the Universe repositories are uncommented. If you are using Januty (9.04) you will see the lines:</p><p><code>deb http://us.archive.ubuntu.com/ubuntu/ jaunty universe<br
/> deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty universe<br
/> deb http://us.archive.ubuntu.com/ubuntu/ jaunty-updates universe<br
/> deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty-updates universe</code></p><p>Makes sure none of those lines begin with the &#8220;#&#8221; character. If they do, remove that character and save the file. If you had to make changes to the file you will need to update apt with the command:</p><p><em>sudo apt-get update</em></p><p>Now you are ready to begin the installation.</p><p><strong>Installing</strong></p><p>The first thing you need to do is install a couple of applications with the help of apt-get. From within the same terminal you checked the <strong>sources.list</strong> file issue the following command:</p><p><em>sudo apt-get install wine cabextract</em></p><p>Once this has finished you need to download the IEs4Linux installation script from <a
title="IEs4Linux installation script" href="http://www.tatanka.com.br/ies4linux/download.html" target="_blank">this site</a>. When that file is downloaded go back to your terminal window and change to the directory that file was downloaded to and issue the following commands:</p><p><em>tar xvzf ies4linux-XXX.tar.gz</em></p><p>Where XXX is the release number.</p><p><em>cd ies4linux-XXX</em></p><p>Where XXX is the release number.</p><p>You are now inside the directory that contains everything necessy to install three different versions of Internet Explorer for Linux (5, 5.5, and 6 Sorry &#8211; no 7 or 8). Issue the following command:</p><p><em>./ies4linux</em></p><div
id="attachment_16164" class="wp-caption alignleft" style="width: 164px"><a
rel="attachment wp-att-16164" href="http://www.ghacks.net/2009/09/09/install-internet-explorer-on-linux-with-ies4linux/ies4linux/"><img
class="size-full wp-image-16164" src="http://www.ghacks.net/wp-content/uploads/2009/09/ies4linux.png" alt="Figure 1" width="154" height="243" /></a><p
class="wp-caption-text">Figure 1</p></div><p>The above command will open the GUI installation tool (see Figure 1). From within this tool you can select which version(s) of Internet Explorer to install, the language, if you want Flash Player 9 installed, and where you want icons to be placed.</p><p>You can also click the advanced button for more options. Within the advanced section you can select to install IE7 which is very much in beta. I attempted this installation only to have python segfault. There is a hack for this but it&#8217;s not really worth the trouble. The problem is that IE7 is not yet supported by WINE. As soon as it is IEs4Linux will add this support.</p><p>Once you have made those choices click OK and the installation will proceed.</p><div
id="attachment_16165" class="wp-caption alignright" style="width: 326px"><a
rel="attachment wp-att-16165" href="http://www.ghacks.net/2009/09/09/install-internet-explorer-on-linux-with-ies4linux/ies4linux_finished/"><img
class="size-full wp-image-16165" src="http://www.ghacks.net/wp-content/uploads/2009/09/ies4linux_finished.png" alt="Figure 2" width="316" height="331" /></a><p
class="wp-caption-text">Figure 2</p></div><p>When the installation begins a new window will pop open (see Figure 2). The last line in this window instructs you how to run Internet Explorer. In my case the executable is located in <strong>/home/jlwallen/bin/ie6</strong>. There is a rather odd behavior I have found with this installation. Upon completion of IEs4Linux you may not be able to run Internet Explorer without the help of sudo. Do not do this. Before you run the <strong>~/bin/ie6</strong> command issue the following command:</p><p><em>sudo chown -R USER.USER ~/.ies4linux </em></p><p>Where USER is the user name you log in with (in my case jlwallen)</p><p>The problem is that some of the files/directories in the ~/.ies4linux directories are installed as the root user. Your standard user will not be able to issue those command or use those files. So changing the ownership of the files and directories within the <strong>~/.ies4linux</strong> directory solves that issue.</p><p><strong>Final thoughts</strong></p><p>Having IE 6 on your machine will not solve a lot of problems. But having the ability to test features of your web sites with as many browsers as possible is always good. Hopefully IE 7 will be supported soon which will bring even more validity to the IEs4Linux project.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/09/09/install-internet-explorer-on-linux-with-ies4linux/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> </channel> </rss>
