ubuntu安裝IE6

  在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這個預設捷徑

 
 
2012.1.12更新
若安裝時出現"Your wine does not have wineprefixcreate installed."
修改/lib裡的install.sh及functions.sh
wineprefixcreate改以winepath取代即可。
 

[Related Links]

2 Leave a comment

  1. anson says:

    Admin replies:
    How can't it be used?

  2. ziwar says:

    I also did it according to your method,Why doesn't it work well?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.