Although its nice not having to rely on anything Microsoft anymore there are some things I need to properly do my job, one of which is testing our websites on all web browsers through dev. I recently came across this neat application that allows me to run Microsoft Internet Explorer 6 (IE4, IE5, & IE6) on Ubuntu (as well as most distro’s of Linux).
IEs4Linux also is working hard on their next release which allows “us” Linux users to run Microsoft IE7!! I’ve been playing with the beta release of Internet Explorer 7 on Ubuntu and you can download the beta here.
IEs4Linux is probably the easiest app I have installed and works wonderfully in Ubuntu 7.10 (Gutsy Gibbon). It’s there when I need it and it’s fast, all three versions.
To install IEs4Linux 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:
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
Note for Dapper users: if you use ubuntu dapper, replace edgy with dapper on lines above. Note for Feisty users (7.04): if you use ubuntu Feisty, replace edgy with feisty in the lines above. Also replace gedit with kedit if running Kubuntu instead of Ubuntu.
For more information or steps to install on other distro’s please visit IEs4Linux.
If you find this application useful please donate here - this open source app was developed by Sérgio LuÃs Lopes Júnior, a 21 year old college student in Brazil. I always donate - it is really important to keep these guys (and kids) going.
