所以我正在尝试在我的 ubuntu 18 上安装 Internet Explorer。我从这里开始执行这些步骤
sudo apt-get install wine cabextract
wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
tar zxvf ies4linux-latest.tar.gz
当我得到 ies4linux-latest.tar.gz 文件并尝试对其进行压缩和解压缩时,我收到以下错误:
gzip: stdin: not in gzip format
这意味着该文件未正确压缩,它是 HTML 或二进制文件或某些代码。在我的例子中,它是一个 HTML 代码。于是我打开它,得到了 1800 行代码。
我尝试了其他链接来查找源文件,但我不能。
该文件的主机http://www.tatanka.com.br 现在建议
“新的 Internet Explorer 和 Edge 不能再在 Wine 上运行”
相反,他们建议
“所以微软为此有自己的虚拟机:”
https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
“支持Virtual Box、vagrant、VMWare等。”