Howto: Ubuntu 下快速安装 IE 浏览器

  绝大多数时间我都是用 FireFox 也有 IE 的用处,有不少网页非 IE 不可,尤其是中国这些银行的网上银行的网页,用 FireFox不如 IE 来的方便。浦东发展银行的倒是支持 firefox ,可惜我还没有办浦发银行的银行卡。

  在 Linux 下运行 IE,无非是用 wine ,如果你不嫌麻烦,也可以自己配置,但是有人已经为我们做了这些配置的工作,那么我们直接拿来用。

  ◆打开终端,开始准备工作

  先确保你的源里有 universe 一项,没有的话打开编辑一下。

  sudo nano /etc/apt/source.list

  我的 feisty 源是这个

  deb http://ubuntu.cn99.com/ubuntu/ feisty main restricted universe multiverse

  deb-src http://ubuntu.cn99.com/ubuntu/ feisty main restricted universe multiverse

  deb http://ubuntu.cn99.com/ubuntu/ feisty-updates main restricted universe multiverse

  deb-src http://ubuntu.cn99.com/ubuntu/ feisty-updates main restricted universe multiverse

  deb http://ubuntu.cn99.com/ubuntu/ feisty-backports main restricted universe multiverse

  deb-src http://ubuntu.cn99.com/ubuntu/ feisty-backports main restricted universe multiverse

  deb http://uuntu.cn99.com/ubuntu/ feisty-security main restricted universe multiverse

  deb-src http://ubuntu.cn99.com/ubuntu/ feisty-security main restricted universe multiverse

  deb http://ubuntu.cn99.com/ubuntu/ feisty-proposed main multiverse restricted universe

  deb-src http://ubuntu.cn99.com/ubuntu/ feisty-proposed main restricted

  首先准备一些软件:

  sudo apt-get update

  sudo apt-get install wine cabextract

  然后下载自动安装脚本:

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

  解压缩,进入目录:

  tar zxvf ies4linux-latest.tar.gz

  cd ies4linu-*

  ◆开始安装:

  ./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 的网站下载所需文件,并写好启动脚本,放在你的 home 目录下的 bin 目录下,请耐心等候。假如看到“IEs 4 Linux installations finished!”,就说明 IE 已经成功安装了。

  ./ie6

  怎么样,方便快捷吧。我用这个 IE6 进了下建设银行的网上银行,问题不大。大家可以在自己的Linux 系统里放上一个 wine 的 IE6,以备不时之需么。

 

你可能感兴趣的:(linux,浏览器,IE,ubuntu,firefox)