Ubuntu下运行IE并非上策,不过对于做web前台开发的有些时候需要预览IE下的页面效果,因此有时候也是必须的,下面提供一个Ubuntu下安装IE的过程(注:运行在wine下),至少我尝试了,效果还算理想,具体操作如下:
1)打开一个终端
2)打开/etc/apt/sources.list
sudogedit/etc/apt/sources.list
3)注释(或添加):
deb
4)添加:
deb
5)关闭gedit.更新然后安装wine和cabextract:
wget-q|sudoapt-keyadd-
sudoapt-getupdate
sudoapt-getinstallwinecabextract
6)下载IEs4Linux然后安装
wget
tarzxvfies4linux-latest.tar.gz
cdies4linux-*
./ies4linux
NoteforDapperusers:ifyouuseubuntudapper,replaceedgywithdapperonlinesabove.NoteforFeistyusers(7.04):ifyouuseubuntuFeisty,replaceedgywithfeistyinthelinesabove.AlsoreplacegeditwithkeditifrunningKubuntuinsteadofUbuntu.
注意在运行ies4linux时候,经常自动退出,你可到/home/用户/ies4linux-2.99.0下手动执行ies4linux
等待ies4linux把所需的IE核心文件下载安装完毕后(ies4linux操作界面有提示),在终端中运行:/home/用户/bin/ie6即可启动IE
(我安装的是IE6,你也可以选择IE7)。
下载本文示例代码
阅读(252) | 评论(0) | 转发(0) |