zoukankan      html  css  js  c++  java
  • Linux Fedora8 下安装 IE6

    1.安装准备
        目前,要在 Fedora 中运行 IE,Wine 是免不了的。所以,首先安装 Wine。另外,在使用 IEs 4 Linux 过程中,会用到 cabextract 这个解包小工具。安装指令如下:
    yum -y install wine
    yum -y install cabextract
    2.安装 IE
        先在/root目录下创建Desktop的文件夹,安装过程中会创建一个IE的快捷方式。
        在 下载 IEs4Linux 后,使用 tar xvzf ies4linux-2.0.tar.gz 解包。然后,运行脚本 ./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 ]
        默认是安装在 /root/.ies4linux 中,同时安装 Flash 9 插件,并在桌面上创建快捷方式。

        现在,安装程序会自动连接到 Microsoft 的网站下载所需文件,请耐心等候。假如看到“IEs 4 Linux installations finished!”,就说明 IE 已经成功安装了,你会在/root/Desktop/下发现一个IE图标的快捷方式,yes!

  • 相关阅读:
    hdu1313 Round and Round We Go (大数乘法)
    select样式控制
    tp5 分页后追加数据方法
    tp5请求类型
    layui 参数祥解
    jquery 阻止label冒泡
    svn的配置
    destoon 根目录文件结构
    关于jquery中on绑定click事件在苹果手机失效的问题
    正则表达式中的match,test,exec,search的返回值
  • 原文地址:https://www.cnblogs.com/Spring/p/1010344.html
Copyright © 2011-2022 走看看