[原创]在Ubuntu下简单安装 Internet Explorer 6+ Flash 9 的笔记

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
头像
Ray
帖子: 387
注册时间: 2006-07-06 0:57
来自: Beijing, PRC
联系:

[原创]在Ubuntu下简单安装 Internet Explorer 6+ Flash 9 的笔记

#1

帖子 Ray » 2006-09-17 16:04

在网上找到一篇英文的安装说明:

http://ubuntuguide.org/wiki/Dapper#How_ ... 2B_Flash_9

我参照上面的步骤成功安装的IE6,安装完成后可以使用个人网上银行。下面是我对原文的翻译:

==============(译文开始)==============

下文将介绍如何安装一个依赖wine运行的带有Flash9的IE6。当然,如果你需要的话也可以安装IE 5.5/5.01。

* 请注意: 这里安装的Flash 9将只供IE使用。
* 先安装Cabextract,在终端中运行:

代码: 全选

sudo apt-get install cabextract
* 接下来在终端中运行:

代码: 全选

wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-2.0.tar.gz -O - | tar xvzf -
* 如果上面这行命令无法执行,请用下面这行命令:

代码: 全选

wget http://modzer0.cs.uaf.edu/~hardwarehank/files/ies4linux-2.0.tar.gz -O - | tar xvzf -
* 然后运行:

代码: 全选

cd ies4linux-2.0
sh ies4linux
上述过程无须以root身份运行(不必 sudo)。如果你一定要这样作,它将创建全局符号连接(global symlinks),如果您喜欢这样当然也没有什么问题。否则它安装到这个路径: ~/bin。查看帮助文件的方法:

代码: 全选

less README
==============(译文结束)==============

上面的最后一个步骤(sh ies4linux)你需要回答几个问题:
第一个问题:

代码: 全选

Welcome, ray! 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)
这里问你是装IE6还是安装IE5,默认是IE6;直接回车就可以了。

第二个问题:是不是要安装IE5和IE5.5,默认是不装;直接回车跳过。
问题原文如下:

代码: 全选

Do you want to install IE 5.5 SP2 too? [ y / n ]
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 . Hit enter to keep it or choose a different one:
我安装的时候选的是: EN-US。如果你要简体中文可以输入CN。回车确认后系统自动从微软的网站上下载需要的文件并自动开始安装IE6以及Flash Player 9。下载的过程不算太长,下载结束后会自动安装并配置。我得到的反馈信息如下:

代码: 全选

Installing IE 6
Initializing
Creating Wine Prefix
Extracting CAB files
Processing inf file
Installing IE 6 Installing TTF Fonts
Installing RICHED20
Installing ActiveX MFC40
Installing DCOM98
Installing registry Finalizing
[ OK ]

Installing Flash Player 9
Extracting files
Installing flash on ie6
[ OK ]

IEs 4 Linux installations finished!

To run your IEs, type: /home/ray/bin/ie6
安装完毕后,桌面上会出现一个倒过来的IE图标(呵呵)。双击运行,第一次启动的时候会自动连接到微软的IE6页面。如下图:
图片
经测试,中国工商银行的个人网上银行可以正常使用了。
图片


测试环境: Ubuntu 6.06 DeskTop LTS
=================================
Ubuntu 12.04 LTS
Dell Vostro 1450
http://www.lirui.name
头像
drivel
帖子: 1918
注册时间: 2006-07-08 9:21
来自: University of Science and Technology Beijing
联系:

#2

帖子 drivel » 2006-09-17 16:43

试试去 。。。。
Taboo
帖子: 47
注册时间: 2006-09-13 15:00

#3

帖子 Taboo » 2006-09-17 16:53

偶也去试试 偶的flashplayer7怎么也装不上郁闷
头像
Ray
帖子: 387
注册时间: 2006-07-06 0:57
来自: Beijing, PRC
联系:

#4

帖子 Ray » 2006-09-17 17:05

Taboo 写了:偶也去试试 偶的flashplayer7怎么也装不上郁闷
装火狐的Flash插件?

代码: 全选

sudo apt-get install flashplugin-nonfree
=================================
Ubuntu 12.04 LTS
Dell Vostro 1450
http://www.lirui.name
头像
Ray
帖子: 387
注册时间: 2006-07-06 0:57
来自: Beijing, PRC
联系:

#5

帖子 Ray » 2006-09-17 17:39

Taboo 写了:偶也去试试 偶的flashplayer7怎么也装不上郁闷
好像这个命令也行:

代码: 全选

sudo apt-get install libflash-mozplugin
=================================
Ubuntu 12.04 LTS
Dell Vostro 1450
http://www.lirui.name
Taboo
帖子: 47
注册时间: 2006-09-13 15:00

#6

帖子 Taboo » 2006-09-17 17:45

Ray 写了:
Taboo 写了:偶也去试试 偶的flashplayer7怎么也装不上郁闷
装火狐的Flash插件?

代码: 全选

sudo apt-get install flashplugin-nonfree
这个我用过了 不过网页上的FLASH还是显示缺少插件  下面那个没用过 我去试试
aBiNg
帖子: 1331
注册时间: 2006-07-09 12:22
来自: 南京

#7

帖子 aBiNg » 2006-09-17 21:05

edgy下测试结果如下:

代码: 全选

xxx@ubuntu-desktop:~/ies4linux-2.0$ sudo sh ies4linux
ies4linux: 38: source: not found
ies4linux: 39: source: not found
ies4linux: 40: source: not found
cabextract version 1.1
Wine 0.9.21
cabextract version 1.1
Wine 0.9.21
ies4linux: 89: warning: not found
ies4linux: 92: initAndConfigure: not found
mkdir: ‘’: No such file or directory
mkdir: ‘’: No such file or directory
cp: 目标 ‘’ 不是目录: No such file or directory
ies4linux: 104: source: not found
ies4linux: 105: source: not found
ies4linux: 110: section: not found

ies4linux: 113: run_ies: not found

ies4linux: 116: ask_for_translation: not found
:roll:
头像
Ray
帖子: 387
注册时间: 2006-07-06 0:57
来自: Beijing, PRC
联系:

#8

帖子 Ray » 2006-09-17 21:10

可怜的小白鼠,呵呵
=================================
Ubuntu 12.04 LTS
Dell Vostro 1450
http://www.lirui.name
头像
allisfree
帖子: 228
注册时间: 2005-12-25 20:16

#9

帖子 allisfree » 2006-09-18 12:23

don-quixote 写了:edgy下测试结果如下:

代码: 全选

xxx@ubuntu-desktop:~/ies4linux-2.0$ sudo sh ies4linux
ies4linux: 38: source: not found
ies4linux: 39: source: not found
ies4linux: 40: source: not found
:roll:
不要用sudo,直接运行。

另外不知2.0怎样了,以前默认安装在~/.ies4linux,建议把~/.ies4linux/ie6(记不清了,反正下面有个子目录driver_C)移为~/.wine(这里假定你还未安装任何程序到.wine,安装wine后建议先安装ie,许多程序都要用到),即可。当然~/bin/下的也需要相应修改,或者干脆不用那个,按普通用wine启动程序的方法就可。
d5ghost
帖子: 40
注册时间: 2007-08-29 15:06

直接执行./ies4linux,成功!

#10

帖子 d5ghost » 2007-09-04 21:56

aBiNg 写了:edgy下测试结果如下:

代码: 全选

xxx@ubuntu-desktop:~/ies4linux-2.0$ sudo sh ies4linux
ies4linux: 38: source: not found
ies4linux: 39: source: not found
ies4linux: 40: source: not found
cabextract version 1.1
Wine 0.9.21
cabextract version 1.1
Wine 0.9.21
ies4linux: 89: warning: not found
ies4linux: 92: initAndConfigure: not found
mkdir: ‘’: No such file or directory
mkdir: ‘’: No such file or directory
cp: 目标 ‘’ 不是目录: No such file or directory
ies4linux: 104: source: not found
ies4linux: 105: source: not found
ies4linux: 110: section: not found

ies4linux: 113: run_ies: not found

ies4linux: 116: ask_for_translation: not found
:roll:
看看我的执行代码:

直接sh,失败!

代码: 全选

derek@ubuntu:~/Downloads/ies4linux-2.0$ sh ies4linux 
ies4linux: 38: source: not found
ies4linux: 39: source: not found
ies4linux: 40: source: not found
cabextract version 1.2
wine-0.9.41
ies4linux: 92: initAndConfigure: not found
mkdir: ‘’: No such file or directory
wine-0.9.41
cabextract version 1.2
rm: 无法从 ‘.’ 切换到目录 ‘/tmp/gconfd-root’: Permission denied
rm: 无法删除‘/tmp/gedit.root.253946038’: Operation not permitted
rm: 无法删除‘/tmp/menu.tmp.17611’: Operation not permitted
rm: 无法删除‘/tmp/menu.tmp.17924’: Operation not permitted
rm: 无法从 ‘.’ 切换到目录 ‘/tmp/orbit-root’: Permission denied
mkdir: ‘’: No such file or directory
cp: 目标 ‘’ 不是目录: No such file or directory
ies4linux: 104: source: not found
ies4linux: 105: source: not found
rm: 无法删除‘/tmp/.X0-lock’: Operation not permitted
rm: 无法删除‘/tmp/.X11-unix/X0’: Operation not permitted
rm: 无法删除目录 ‘/tmp/.ICE-unix’: Operation not permitted
rm: 无法从 ‘/tmp’ 切换到目录 ‘orbit-root’: Permission denied
rm: 无法从 ‘/tmp’ 切换到目录 ‘gconfd-root’: Permission denied
rm: 无法删除‘/tmp/menu.tmp.17924’: Operation not permitted
rm: 无法删除‘/tmp/gedit.root.253946038’: Operation not permitted
rm: 无法删除‘/tmp/menu.tmp.17611’: Operation not permitted
ies4linux: 110: section: not found

ies4linux: 113: run_ies: not found

ies4linux: 116: ask_for_translation: not found
用sudo,失败!

代码: 全选

derek@ubuntu:~/Downloads/ies4linux-2.0$ sudo sh ies4linux 
ies4linux: 38: source: not found
ies4linux: 39: source: not found
ies4linux: 40: source: not found
cabextract version 1.2
wine-0.9.41
cabextract version 1.2
ies4linux: 89: warning: not found
ies4linux: 92: initAndConfigure: not found
mkdir: ‘’: No such file or directory
wine-0.9.41
mkdir: ‘’: No such file or directory
cp: 目标 ‘’ 不是目录: No such file or directory
ies4linux: 104: source: not found
ies4linux: 105: source: not found
ies4linux: 110: section: not found

ies4linux: 113: run_ies: not found

ies4linux: 116: ask_for_translation: not found
成功!!

代码: 全选

derek@ubuntu:~/Downloads/ies4linux-2.0$ ./ies4linux 
WARNING: unknown locale setting; no translations available.
Welcome, derek! 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 ] n

And do you want to install IE 5.01 SP2? [ y / n ] 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 . Hit enter to keep it or choose a different one:
EN-US

By default, I will install everything at /home/derek/.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 ] 

All right! Let's start the installations...

Downloading everything we need
 DCOM98.EXE
--21:48:13--  http://download.microsoft.com/download/d/1/3/d13cd456-f0cf-4fb2-a17f-20afc79f8a51/DCOM98.EXE
           => `/home/derek/.ies4linux/downloads/DCOM98.EXE'
正在解析主机 download.microsoft.com... 81.52.130.160, 81.52.130.179
正在连接 download.microsoft.com|81.52.130.160|:80... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度: 1,229,056 (1.2M) [application/octet-stream]

100%[====================================>] 1,229,056     11.43K/s    ETA 00:00

21:50:51 (7.65 KB/s) - `
assacke
帖子: 13
注册时间: 2007-09-24 13:17

#11

帖子 assacke » 2007-10-10 13:28

我卡在这里了,请问下怎么解决呢。




Installing IE 6
Initializing
Creating Wine Prefix
Extracting CAB files
Processing inf file
Installing IE 6
Installing TTF Fonts
Installing RICHED20
Installing ActiveX MFC40
/home/assacke/.ies4linux/downloads/mfc40.cab: WARNING; possible 281603 extra bytes at end of file.
mfc40.exe: checksum error
An error occured when trying to cabextract some files.
ikki626
帖子: 29
注册时间: 2007-10-13 20:49

#12

帖子 ikki626 » 2007-10-21 22:36

我安装好后,用IE打开部分网页上的字是乱码,但大部分还是好的
头像
raulvii
帖子: 90
注册时间: 2006-10-21 17:06

#13

帖子 raulvii » 2007-10-28 16:19

我这边要下载N多东西~郁闷下~
iberrymac
帖子: 2
注册时间: 2008-01-08 9:22

#14

帖子 iberrymac » 2008-01-11 17:24

Downloading everything we need
DCOM98.EXE
--17:23:24-- http://download.microsoft.com/download/ ... DCOM98.EXE
=> `/home/apple/.ies4linux/downloads/DCOM98.EXE'
正在解析主机 download.microsoft.com... 124.40.41.158, 124.40.41.160
正在连接 download.microsoft.com|124.40.41.158|:80... 失败:Connection timed out。
正在连接 download.microsoft.com|124.40.41.160|:80...


怎么连接不上微软?
头像
ubuntuprimer
帖子: 30
注册时间: 2008-07-14 8:14
来自: 外太空
联系:

#15

帖子 ubuntuprimer » 2008-07-28 17:51

ubuntu 8.04这样安装:
bash ies4linux
而不是
sh ies4linux
因为运行脚本的shell不是sh而是bash
I love only three things:
the sun the moon and you
the sun for day
the moon for night
and you for ever
回复