在Ubuntu8.04下安装IEs4Linux

本文详细介绍如何在Ubuntu上安装IEs4Linux,包括配置源、安装依赖项及下载安装包的具体步骤。针对不同版本的Ubuntu(如Dapper、Feisty等)提供了额外的注意事项。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

什么是Ubuntu?

 Ubuntu的读音:

Ubuntu,源于非洲祖鲁人和科萨人的语言,发作“oo-boon-too”的音。

大多数的美国人读"ubuntu"时,将"u"作为元音发音,类似单词 "who" 或者
"boo",重音在第二个音节即u'buntu,oo-boon-too。如果你喜欢添加一些非洲撒哈拉的味道,你可以在第一个"u",后面带些嗡嗡声:
oom-boon-too。


Ubuntu的含义:

"Ubuntu" 是一个古非洲语单词, 意思是 "乐于分享". 班图精神也意味 "我和他人紧紧相连, 密不可分, 我们都在同一种生活之中. " Ubuntu Linux 也将班图精神带到了软件世界。

 

 

言归正传

安装IEs 4 Linux

步骤:

1) Open a terminal

2) Open /etc/apt/sources.list

 sudo gedit /etc/apt/sources.list

3) Uncomment (or add) following lines:

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

4) Add this line:

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

5) Close gedit. Update and install wine and 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

6) Download IEs 4 Linux and install

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

Note for Dapper users: if you use ubuntu dapper, replace edgy with dapper on lines above. Note for Feisty users (7.04): if you use ubuntu Feisty, replace edgy with feisty in the lines above. Also replace gedit with kedit if running Kubuntu instead of Ubuntu.

 

由于IE支持网银,无论是相关支付接口开发还是自己网购,没IE还真不方便,因此,还是有必要安装IE的。 1.安装准备 目前,要在 Ubuntu 中运行 IE,Wine 是免不了的。所以,你需要首先安装 Wine。另外,在使用 IEs 4 Linux 过程中,会用到 cabextract 这个解包小工具。安装指令如下: sudo apt-get install wine cabextract 2.安装 IE 在下载 IES4LINUX后,使用 tar xvzf ies4linux 2.99.0.1.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 ] 默认是安装在 /home/user/.ies4linux 中,同时安装 Flash 9 插件,并在桌面上创建快捷方式,按“y”继续。 现在,安装程序会自动连接到 Microsoft 的网站下载所需文件,请耐心等候。假如看到“IEs 4 Linux installations finished!”,就说明 IE 已经成功安装了。 注意:如果你是用wine 1.2及以上版本,因为将winepath取代了wine 1.1中的wineprefixcreate,所以你在安装前还应该作以下改变。 在install.sh 426行左右 subsection $MSG_CREATING_PREFIX set_wine_prefix “$BASEDIR/ie1/” wineprefixcreate &> /dev/null clean_tmp 改为: subsection $MSG_CREATING_PREFIX set_wine_prefix “$BASEDIR/ie1/” winepath &> /dev/null clean_tmp 在functions.sh 242行左右 function create_wine_prefix { if which wineprefixcreate &> /dev/null; then ( wineprefixcreate 2>&1 ) | debugPipe else error $MSG_ERROR_NO_WINEPREFIXCREATE fi } 改为: function create_wine_prefix { if which winepath &> /dev/null; then ( winepath 2>&1 ) | debugPipe else error $MSG_ERROR_NO_WINEPREFIXCREATE fi } 保存后重新运行./ies4linux安装即可。 可能会卡住,你到~/bin/里看有没有ie6。 有就运行 ~/bin/ie6。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值