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:
关闭 gedit 升级和安装 wine 和 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
下载 IEs 4 Linux 和安装
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.
对Dapper用户的小提醒: 如果你用的是ubuntu dapper ,把上面的edgy 用dapper代替
对7.04的feisty也一样,呵呵
觉得翻的不好可以看原文
安装完了感觉占资源有点多

