在Fedora12上安装IE浏览器

Some web sites are coded to only work with MS I.E. Below is how I successfully installed IEs 4 Linux:
某些网站的编码方式只能用MS I.E.浏览,下面是我如何成功安装IEs 4 Linux的方法:
以root用户登录,执行下面命令:
  1. cd /usr/bin
  2. ln -s wineboot wineprefixcreate
复制代码
从root用户注销,以常用的用户运行下面的命令,注意不要用root用户!
  1. yum -y install wine*
  2. yum -y install cabextract

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

  5. cd ies4linux-2.99.0.1
  6. ./ies4linux --no-gui
复制代码
安装完成后,因为Linux(Unix)系统不能将空格识别为文件名的一部分,因此需要进行下面的处理,用"_"来替换空格
  1. cd $HOME/.ies4linux/ie6/drive_c
  2. ln -s Program Files Program_Files
  3. cd $HOME/.ies4linux/ie6/drive_c/Program_Files
  4. ln -s Internet  Explorer    Internet_Explorer

  5. ln -s Common  Files  Common_Files
复制代码
最后
  1. cd $HOME/.ies4linux/bin
  2. cp -p ie6 ie6.dist
复制代码
现在,编辑上面的脚本,将所有出现"Program Files"的放用 "Program_Files"替换,出现"Internet Explorer" 的地方用  "Internet_Explorer"替换。
(到此结束)
注意:
这是从下面看的
http://www.linuxforums.org/articles/how-to-install-internet-explorer-on-fedora-12_948.html
我并没有试过,大家尝试的时候注意做好备份。

作者: olderlong   发布时间: 2010-10-12

这确实很折腾的阿

作者: shenhao0129   发布时间: 2010-10-12