So I am trying to install Internet Explorer on my ubuntu 18. I followed these steps from here
sudo apt-get install wine cabextract
wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
tar zxvf ies4linux-latest.tar.gz
As I got the ies4linux-latest.tar.gz file and tried to gunzip and untar it, I am getting the below error :
gzip: stdin: not in gzip format
Which means that the file is not properly gzipped and its an HTML or binary or some code. In my case it's an HTML code. So I opened it and had a 1800 line of code.
I tried other links to find the source file but I can't.