Only hope it's useful for guys have no choice but still have to use ie6, god damn it~
You have to enable universe packages first. It is also recommended that you use the official winehq ubuntu package:
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:
sudo apt-get install wine
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
.
Notice:如果第6部安装时出现Your wine does not have wineprefixcreate installed. Maybe you are running an old Wine version. Try to update it to the latest version提示,别急,终端中输入wine --version,看看你的wine版本是不是高于1.0, wine1.0后的版本中没有wineprefixcreate 命令, 现在的wine是winepath
./ies4linux --no-gui --no-flash
然后会在bin中出现ie6,运行它就可以了,bin的目录看下终端运行结果里有
至此结束,希望对大家有用