Posted On December 31, 2020

How to Install Internet Explorer on Ubuntu 20.04

kimconnect 6 comments
blog.KimConnect.com >> Linux >> How to Install Internet Explorer on Ubuntu 20.04

Step 1: Install PlayonLinux

kim@kimlinux:~# sudo apt install playonlinux -y

Step 2: Install Internet Explorer

Search for ‘playonlinux’ > run that newly installed application > click on Install > press the Internet button > scroll down to select Internet Explorer 8 > click Install

Select Next > Next > Next > Next > click Install to include Wine Mono Installer

Click on Install again to add Wine Gecko

Next > put a check mark next to ‘I agree’ to the blank agreement > Next

click OK on this prompt (ignore the message, ‘Internet Explorer is not supported on this operating system’

Navigate back to PlayonLinux to locate the newly installed IExplore.exe > select the item > click Run to invoke the program

Quick screenshot of managing add-ons:

6 thoughts on “How to Install Internet Explorer on Ubuntu 20.04”

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

A Few Todos while Securing Apache Server

- Install mod_security - Set expose_php = Off in php.ini - Set SecResponseBodyAccess Off in…

SSL Certificates with LetsEncrypt

The following configuration is for demonstration purposes, only. It is of vital importance that the…

Linux: Bash Shell Script To Move/Archive Old Files

# create a script to move files (notice the regex escape for special chars) sudo…