2007-05-01

IE4Linux和网上银行

国内的网上银行大多只能在Internet Experlorer下工作,不支持Linux下常用的浏览器如:Firefox,Opera等。在Linux下通过Wine安装IE,可以实现网上银行交易。

IE4Linux可以让你的Linux拥有微软的Internet Explorer。整个安装过程只需要回答几个问题即完成。下面以Kubuntu Fesity Fawn为例,来安装IE4Linux。

1. 修改源
打开/etc/apt/sources.list文件:

sudo kwrite /etc/apt/sources.list


将下删除或标为注释

deb http://us.archive.ubuntu.com/ubuntu edgy universe


添加下行

deb http://wine.budgetdedicated.com/apt edgy main


关闭并保存sources.list文件。

2. 安装wine和cabextract

wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install wine cabextract


3. 下载安装IE4Linux

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



4. 安装过程
Welcome, ***! I'm IEs4Linux.
I can install IE 6, 5.5 and 5.0 for you easily and quickly.
You are just four 'enter's away from your IEs.

I'll ask you some questions now. Just answer y or n (default answer is the bold one)

IE 6 will be installed automatically.
Do you want to install IE 5.5 SP2 too? [ y / n ] <-- y-如果你想安装IE5.5 SP2

And do you want to install IE 5.01 SP2? [ y / n ] <-- y-如果你想安装IE5.01 SP2

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: <-- 指定语言,回车即为的英文

By default, I will install everything at /home/aaron/.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 ] <-- y - 安装Flash 9 plugin

Next a few files will be downloaded, and the three Internet Explorer versions will be installed:

[...]

Installing IE 6
Initializing
Creating Wine Prefix
Extracting CAB files
Processing inf file
Installing IE 6
Installing TTF Fonts
Installing RICHED20
Installing ActiveX MFC40
Installing DCOM98
Installing registry
Finalizing
[ OK ]

Installing Flash Player 9
Extracting files
Installing flash on ie6
[ OK ]

Installing IE 5.5
Copying ie6 installation
Extracting files
Installing registry
Finalizing
[ OK ]

Installing IE 5.0
Copying ie6 installation
Extracting files
Installing registry
Finalizing
[ OK ]

IEs 4 Linux installations finished!

To run your IEs, type:
/home/falko/bin/ie6
/home/falko/bin/ie55
/home/falko/bin/ie5

If you have 5 minutes, help me translating IEs4Linux to your language.
Visit: http://tatanka.com.br/ies4linux/forum/viewtopic.php?p=2

That's it already.

参考文章:
1. IE4Linux install Ubuntu/Kubuntu/Xubuntu
http://www.tatanka.com.br/ies4linux/page/Installation:Ubuntu
如果你是Ubuntu/Kubuntu/Xubuntu的其它版本(如:Edgy,Dapper等),也请参考这篇文章。

2.How To Install Internet Explorer On Ubuntu (Feisty Fawn, Edgy Eft And Dapper Drake)
http://www.howtoforge.com/ubuntu_internet_explorer

如果你的Linux是Fedora、Gentoo、Debian或者其它,请参考IE4Linux官方安装帮助。
http://www.howtoforge.com/ubuntu_internet_explorer

No comments: