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

CentOS 8 SSH Daemon Notes

# How to check sshd logs tail -f -n 50 /var/log/secure|grep sshd # Limit sessions…

Bash: How To Join Array With Comma Delimiter

# The following function joins an array of numbers # Limitation: the delimiter is expected…

How To Install Graylog in a Kubernetes Cluster Using Helm Charts

The following narrative is based on the assumption that a Kubernetes (current stable version 20.10)…