Thursday, March 31, 2011

Running Internet Explorer in Ubuntu Linux


sudo apt-get update

Install wine and cabextract


sudo apt-get install wine cabextract
Now you need to download IEs4Linux script from here
wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-2.0.5.tar.gz
tar xzvf ies4linux-2.0.5.tar.gz
cd ies4linux-2.0.5
Once you are inside ies4linux-2.0.5 directory you need to run the following script to install internet explorer
./ies4linux
This will install the internet explore in your machine.
To run IE you need to run the following command and it may be different for others this path at the end of installation it will give from where you want to run
/root/bin/ie6
You should see the Internet explorer opening

No comments:

Post a Comment