Posts Tagged ‘microsoft’
The prerequisites for installing IE in Linux is wine and cabextract. To install these 2 packages in Ubuntu, simply run the following command;
$ sudo apt-get install wine cabextract
Next is to download and run the installer script provided by the nice guys at the IEs4Linux project;
$ wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
$ tar xf ies4linux-latest.tar.gz
$ ies4linux-*/ies4linux
The installer will then download [...]
CHM is a file format for Microsoft Compiled HTML Help, a format of compiled and compressed heavily indexed HTML pages.
It is a Microsoft’s proprietary format, but there programs available in Linux that can read the files with the .chm extenxion. Though there are few different viewers in Linux, they are based on the same library, [...]