I just installed Ubuntu 14.04 and need to install Internet Explorer. My banks require that I use it. Any help would be appreciated. I've only found very old answers online.
-
2Internet explorer will only run reliably in a windows system. You may be able to run it in wine, but is not likely that it will work or that it will work well. – Charles Green Oct 06 '15 at 21:52
-
UTF-8 Thanks for the suggestion for changing the user agent. It worked! Thank you all for your help. – winconvert Oct 08 '15 at 18:32
2 Answers
Internet Explorer is just too dependent on a Windows environment to work well with Ubuntu. Even if you somehow manage to install it, you're likely to have a very poor experience: it will crash and do unexpected things constantly. If you call your bank for support, they'll blame it on your environment (and if you tell them you're using Ubuntu they'll just say it's not supported and stop helping you).
Options to install Internet Explorer include Wine (but see this report which shows that the experience is "garbage"), playonlinux (again, the reports show a very poor experience) or this thing called ies4linux (https://help.ubuntu.com/community/InstallingInternetExplorer), which installs very old versions of IE which are also likely to be rejected by your bank.
You're likely to have better luck if you install VirtualBox, create a virtual machine, and install Windows with native IE there. I assume you already have a copy of Windows to install.

- 34,222
- 9
- 81
- 93
This is 100% honest and being 100% straightforward. It is possible, and impossible at the same time. One way you could try is by using Wine to make an instance of Windows, that can use Internet Explorer. Other ways are out-dated. Here's how to get Wine and get Internet Explorer running.
sudo apt-get install wine
This may take anywhere from 3 to 5 minutes depending on your internet speeds.
- Open
winetricks
- Set Windows Version to 8
- Go from Winetricks to Install a windows program
- Scroll down until you find Internet Explorer and install it
- You will then be able to see Internet Explorer in your launcher.
-
-
1
-
3@DavidCole How is using a vm outdated? It runs better than trying to convince Wine to run it and throws no errors. – Dooley_labs Oct 07 '15 at 03:47
-
VM also takes up more resources, and wine doesn't. so I'd rather enjoy still using my computer, while running IE 8. – TheCodingKlam Dec 17 '16 at 18:00
-
2This doesn't work. There is no option to "install a windows program". There's an "install app" option, but that doesn't list IE. – Cerin Jan 05 '17 at 20:27
-
This may be outdated. I apologize for that, but since 2015 I have become less knowledgeable about Ubuntu. Again my sincere apologies @Cerin – David Jan 05 '17 at 20:32
-
2
-
-
1@David, Cerin ... sorry for late reply but ie6, ie7, ie8 are available. For that, you will require selecting option (1) Select the default wineprefix (2) Install a windows DDL or component
Thats it.
– Dharmesh patel Aug 01 '17 at 13:16