个人工具

“UbuntuHelp:InstallingInternetExplorer”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/InstallingInternetExplorer}} {{Languages|UbuntuHelp:InstallingInternetExplorer}} As disappointing as it may seem, many web developers that would o...)
 
 
(未显示同一用户的7个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/InstallingInternetExplorer}}
 
{{From|https://help.ubuntu.com/community/InstallingInternetExplorer}}
 
{{Languages|UbuntuHelp:InstallingInternetExplorer}}
 
{{Languages|UbuntuHelp:InstallingInternetExplorer}}
As disappointing as it may seem, many web developers that would otherwise use Linux full-time may have to resort to Windows, occasionally, for testing. And, in particular, for testing their websites in Internet Explorer.  Luckily, the ''Internet Explorer problem'' can be over-come.
+
Ubuntu's default web browser is Mozilla Firefox.  Some web sites require Internet Explorer for full functionality, and it is possible to make the browser claim to be Internet Explorer.
 +
To install Internet Explorer you will need to install two components first, [[UbuntuHelp:Wine|Wine]] and cab extract.
 +
<pre><nowiki>
 +
sudo aptitude install wine cabextract
 +
</nowiki></pre>
 +
To finish the install you need to download Internet Explorer.
 +
<pre><nowiki>
 +
wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
 +
tar zxvf ies4linux-latest.tar.gz
 +
cd ies4linux-*
 +
./ies4linux
 +
</nowiki></pre>
 +
This should open up a GUIIn the case of Command Line being used:
 +
<pre><nowiki>
 +
Welcome, ! I'm IEs4Linux.
 +
I can install IE 6, 5.5 and 5.0 for you easily and quickly.
 +
You are just four 'enter's away from your IEs.
  
There are probably a handful of ways to get IE working under Ubuntu, but I was successful with this thing called [http://www.tatanka.com.br/ies4linux/ IEs 4 Linux] (I guess that's a plural ''IE'').
+
I'll ask you some questions now. Just answer y or n (default answer is the bold one)
  
You'll first need to install ''wine'' and ''cabextract''.  ''cabextract'' is used to extract some archives that will be downloaded from Microsoft. To install them:
+
IE 6 will be installed automatically.
 +
Do you want to install IE 5.5 SP2 too? [ y / n ]
 +
</nowiki></pre>
 +
Select '''y''' to install.
 
<pre><nowiki>
 
<pre><nowiki>
sudo apt-get install wine cabextract
+
And do you want to install IE 5.01 SP2? [ y / n ]
 
</nowiki></pre>
 
</nowiki></pre>
These packages were both available under Ubuntu 6.06 (dapper), and likely are available under other versions of Ubuntu.
+
<pre><nowiki>
 
+
IEs can be installed using one of the following locales:
The only caveat that I had (so far, anyway) was that, since I installed the software as root, I was unable to run (some of the installed versions of) IE after the install, until I changed the owner of the installation directory, and all of its files/sub-directories, to myself. I suggest you install the software as a regular user, unless you will be having multiple people use IE from the same machine.
+
EN-US PT-BR DE FR ES IT NL SV JA KO NO
----
+
DA CN TW FI PL HU AR HE CS PT RU EL TR
[[category:CategoryCleanup]]
+
Default is EN-US. Hit enter to keep it or choose a different one:
 +
</nowiki></pre>
 +
Hit enter to select the default language or choose another.
 +
<pre><nowiki>
 +
By default, I will install everything at /home/.../.ies4linux
 +
I will also install Flash 9 plugin and create Desktop shortcuts.
 +
Is that ok for you? (To configure advanced options type n) [ y / n ]
 +
</nowiki></pre>
 +
Internet Explorer will now install!
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年10月19日 (日) 23:26的最新版本

Ubuntu's default web browser is Mozilla Firefox. Some web sites require Internet Explorer for full functionality, and it is possible to make the browser claim to be Internet Explorer. To install Internet Explorer you will need to install two components first, Wine and cab extract.

sudo aptitude install wine cabextract

To finish the install you need to download Internet Explorer.

wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
tar zxvf ies4linux-latest.tar.gz
cd ies4linux-*
./ies4linux

This should open up a GUI. In the case of Command Line being used:

Welcome, ! I'm IEs4Linux.
I can install IE 6, 5.5 and 5.0 for you easily and quickly.
You are just four 'enter's away from your IEs.

I'll ask you some questions now. Just answer y or n (default answer is the bold one)

IE 6 will be installed automatically.
Do you want to install IE 5.5 SP2 too? [ y / n ]

Select y to install.

And do you want to install IE 5.01 SP2? [ y / n ]
IEs can be installed using one of the following locales:
EN-US PT-BR DE FR ES IT NL SV JA KO NO
DA CN TW FI PL HU AR HE CS PT RU EL TR
Default is EN-US. Hit enter to keep it or choose a different one:

Hit enter to select the default language or choose another.

By default, I will install everything at /home/.../.ies4linux
I will also install Flash 9 plugin and create Desktop shortcuts.
Is that ok for you? (To configure advanced options type n) [ y / n ]

Internet Explorer will now install!