wineをインストールして解決する


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

ubuntu下ieのインストール(ie 4 linux)
./ies4linux  --locale CN --no-gui
wine 1.3はwineprefixcreateの代わりにwinepathを使用しているため、ies 4 linuxをインストールすると、wineバージョンが古すぎてwineprefixcreateが間違っていることがヒントになります.ies 4 linux 2.99.0.1/libのfunctionsを変更できます.sh、install.shはie 6のインストール問題を簡単に解決します.ここにいる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}保存後再実行ies 4 linuxをインストールすればいいです.引っかかるかもしれませんが、ie 6があるかどうかは~/bin/に見てください.ある場合は~/bin/ie 6を実行します.