您的位置:首页 > 其它

ubuntu8.04下 安装IE +讯雷

2012-03-09 00:00 267 查看
[ubuntu8.04] wine+ies4linux2.05+IE6让迅雷跑起来

linux下的其它下载工具速度都不如人意,现在成功让最新版的迅雷跑了起来。方法分享一下。

1.从源里安装wine(目前是0.9.59版)

代码:

sudo apt-get install wine

2.安装CAB、RAR解压支持(以下需要)

代码:

sudo apt-get install cabextract rar unrar

3.下载ies4linux2.05
http://www.ubuntuchina.com/Download/2659/soft/wine/ies4linux205.tar
4.用ies4linux安装IE6

1.使用 tar xvzf ies4linux205.tar解包。然后,运行脚本 ./ies4linux。

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

如果你不需要安装 IE 5.5 SP2,则选“n”。

(2)And do you want to install IE 5.01 SP2? [ y / n ]

询问是否安装 IE 5.01 SP2。默认为“n”。

(3)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:

此处,输入“CN”,以便安装 IE 中文版。

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

默认是安装在 /home/user/.ies4linux 中,同时安装 Flash 9 插件,并在桌面上创建快捷方式,按“y”继续。

现在,安装程序会自动连接到 Microsoft 的网站下载所需文件.

5.配置IE6的中文环境

代码:

gedit ~/.ies4linux/ie6/system.reg

查找FontSubstitutes,定位于[Software//Microsoft//Windows NT//CurrentVersion//FontSubstitutes] 1208345910这一小节,找到

引用:

"MS Shell Dlg"="Tahoma"

"MS Shell Dlg 2"="Tahoma"

修改为

引用:

"MS Shell Dlg"="SimSun"

"MS Shell Dlg 2"="SimSun"

"Tahoma"="SimSun"

保存退出。

6.添加缺少的DLL文件

从XP的system32目录里复制mfc42.dll、msvcp60.dll到~/.ies4linux/ie6/drive_c/windows/system32下

注意:还可缺少其它DLL,到时在终端运行软件可得到提示的,复制粘贴即可。

7.下载迅雷

绿色版(去广告,推荐):http://www.ubuntuchina.com/Download/2659/soft/wine/Thunderv5.7.7.441.NoAD-Ayu.rar

安装版(超多广告,且大部分是flash占用资源,但安装简单,使用方便):http://www.xunlei.com/

8.绿色版迅雷安装使用

安装:解压Thunderv5.7.7.441.NoAD-Ayu.rar到~/.ies4linux/ie6/drive_c/Program Files下,安装完成。

使用:第一次运行建议在终端运行,因为可以了解有无缺少DLL文件或其它出错原因

代码:

env WINEPREFIX="~/.ies4linux/ie6" wine "C:/Program Files/Thunderv5.7.7.441.NoAD-Ayu/Thunder.exe"

如能成功运行,在桌面新建一个启动器吧,在命令里填入上述代码,名称里当然填“迅雷5”啦,至于图标,找一个放在~/.ies4linux/ie6/drive_c/Program Files/Thunderv5.7.7.441.NoAD-Ayu中。

9.安装版迅雷安装使用

安装:把上第7步下载得的如Thunder5.7.11.486.exe复制到~/.ies4linux/ie6/drive_c/,在终端运行:

代码:

env WINEPREFIX="/home/你的主文件夹/.ies4linux/ie6" wine "C:/Thunder5.7.11.486.exe"

不知道为什么我在ie里面安装不了,于是在。wine中安装,把windows下的mfc*.dll的文件全部拷贝到ubuntu下的wine中system32

下,除此只外还用

下载了atl171,用里面的Ans Version来代替wine中system32中的atl71.dll

这样以后下在绿色版的讯雷。双击安装就ok了。。。

最后在桌面创建一个启动器

env WINEPREFIX="/home/vanessa/.wine" wine "C:/Program Files/Thunder/Thunder.exe"

然后会出现安装Grcko,点击后就可以用了

但是使用的时候还是会出现can not run Unicode version of ATL71.DLL on windows 95 windows98 or windows me

Plaease install the ansi version

有时会重启,点击继续用就是了,…………

点确定接着用就可以了,呵呵。。。

$(document).ready(function(){dp.SyntaxHighlighter.HighlightAll('code');});

原文链接:
http://blog.csdn.net/vanessa219/article/details/2534969
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: