Today's Sweetmorn, the 68th day of Discord in the YOLD 3178.

IE on Ubuntu (Feisty)

2007-06-21 by xpheas
OK, you may wonder why i do something stupid like this,
but i'am working on an new web project and i also want support the ie users...

I was looking for a way to use the ie under Linux and found a package called IEs4Linux
that provides an easy way to install 3 IE versions on Linux.

Here is a little tutorial how to install the IE on Ubuntu Feisty.

OK, first a note:
IEs4Linux is under GPL but IE is not, so you must have a legal Windows copy otherwise installing IE is illegal!
Legal notices

Here we go.

First we have to install wine (skip this step if you already have wine)
Edit the sources.list and add the repositories.
Use your prefered editor to do this. (nano, vi, gedit...)
BASH-Code:
1
sudo nano /etc/apt/sources.list

Add the repositories:
BASH-Code:
1
2
deb http://de.archive.ubuntu.com/ubuntu feisty universe
deb http://wine.budgetdedicated.com/apt feisty main

Refresh the package list and install wine
BASH-Code:
1
2
sudo apt-get update
sudo apt-get install wine cabextract

---
Installing IEs4Linux

Install IEs4Linux, do this as normal user!
BASH-Code:
1
2
3
4
wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
tar zxvf ies4linux-latest.tar.gz
cd ies4linux-*
./ies4linux

After a while the installation will finish an you can use your IEs:

from shell:
BASH-Code:
1
2
3
/home/username/bin/ie6
/home/username/bin/ie55
/home/username/bin/ie5

There also should be some nice icons on your Desktop.

  « back

Feel Free to Leave a Comment

Name:*


Email: (not visible)


Website:


Comment:*