Archive for February, 2009

install internet explorer in linux

February 18, 2009

Following are the steps which will install ie in linux machine.
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
You will get ie icon on ur desktop… Restart the computer if needed….
<!– [...]