Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Possible Duplicate:
How to install MS Internet Explorer 7, 8 or 9?

Usually I'm surfing the web by Chrome or Firefox browser in my laptop but some website force to use IE8 browser to get full benefit. I'm not interested to use virtual box. Is there any way to install IE8 or IE9 using wine?

share|improve this question
You may suceed with the help of these: askubuntu.com/questions/45753/accessing-ie-only-sites – Takkat Oct 8 '12 at 8:56

marked as duplicate by Anwar, jokerdino, Takkat, Eliah Kagan, maythux Oct 8 '12 at 9:22

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

up vote 1 down vote accepted

If you really want to install IE on Ubuntu, you should consider using Wine or PlayOnLinux (which is a front-end).

To install PlayOnLinux from Terminal :

wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo wget http://deb.playonlinux.com/playonlinux_precise.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux

You can also install it from the software center.

Once it is installed, clik the "Add" button and search for IE. Install it and you will be able to launch it. More info on PlayOnLinux here : PlayOnLinux website

share|improve this answer
Thanks for your nice advise. – Jahangir Alam Oct 8 '12 at 9:36

Not the answer you're looking for? Browse other questions tagged or ask your own question.