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

Linux: MySql Docker Container – Export database

# Set VariablessqlContainer="mysql-server"userName=bruceleepassword=chucknorrisdatabaseName=kimconnect# Run mysql inside containerdocker exec -it  $sqlContainer mysql -u$userName --password='$password'show databases;# Execute mysqldumpdocker exec $sqlContainer /usr/bin/mysqldump…

Linux: Shell Script to Reboot Remote Devices Daily

Set Variables remoteDevice=900.468.20.1username=adminpassword="PASSWORDHERE" Install sshpass if it doesn't exist if ! sshpass -v sshpass &>…

SSL Certificates with LetsEncrypt

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