
在7.10時就安裝過IEs4Linux,升上8.04後則是到現在才安裝,不過這次安裝倒是遇到之前沒遇過的問題,出現「An error occured when trying to cabextract some files」的錯誤,到下載目錄一看,空無一物,難怪解不出來,上網爬文後,所幸最終還是裝起來了。
執行
- sudo gedit /etc/apt/sources.list
Add below
deb http://us.archive.ubuntu.com/ubuntu gutsy universe
deb http://wine.budgetdedicated.com/apt gutsy main
Save and close
依序執行
- wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add –
- 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 ies4linux-*
執行
- gedit ./lib/messages.txt
At line 19
tw . zhTW TW
to
zh tw zhTW TW
Correct and save

執行
- gedit ./lib/functions.sh
At line 98
pid=$(wget -q -b -t 1.....
to
pid=$(LANG=C wget -q -b -t 1 .....
Correct and save

執行
- ./ies4linux
A message about an outdated version of Wine may appear,It seems to be because Wine 1.X is not recognized,It can be ignored

Next, options will appear,Checking Flash may cause failure,It is recommended not to check it,After IE is installed,Flash can be installed when browsing Flash websites

Later, there may be cases of incomplete downloads,At this point, just repeat running ./ies4linux,Until all packages are downloaded,The installation process will continue

程序跑完後即完成安裝

如果桌面跟應用程式裡沒出現捷徑的話,可以到/home/anson/.ies4linux目錄下找到Internet Explorer 6.0這個預設捷徑

[Related Links]
- Installation:Ubuntu – IEs4Linux
- [Tutorial] 安裝 Wine 跟 IEs4Linux @ Nelson 是好傻好天真國一生
- ubuntu安装wine 解决Your wine does not have wineprefixcreate installed. 不指定 – The Journey to Becoming a Senior Architect – Blog Channel – CSDN.NET








Admin replies:
How can't it be used?
I also did it according to your method,Why doesn't it work well?