Additional software that you may not already have is required to install IEs4Linux – namely Wine and Cabextract. The first of these, Wine (as you may already know) is a Windows emulation environment which allows Windows applications to run on Linux.
Meanwhile Cabextract allows the extraction of .CAB files on a Linux system.
To get started find Wine and Cabextract in your Synaptic Package Manager, or install them via Terminal with the command:
su
urpmi wine cabextract
exit
With this additional software on your system, it is now time to download and extract the IEs4Linux software. Again, open a Terminal and enter:
wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
tar zxvf ies4linux-latest.tar.gz
cd ies4linux-*
./ies4linux
Note that you can change the filepath in the wget command to http://www.tatanka.com.br/ies4linux/downloads/ies4linux-2.5beta4.tar.gz if you want to use the beta version with Internet Explorer 7 included.