Monday, April 30, 2007

Opening .chm file in Linux

I downloaded an ebook and was puzzled to see a .chm file. I was unable to open it on my ubuntu laptop.



A quick Google search revealed the following :

  • Chm file is a Microsoft Compressed HTML Help file in a proprietary
    format for online help files.
  • Under Linux/FreeBSD or UNIX you can open
    .chm file using following programs which make it
    possible to browse native Windows CHM files:
    1. For Gnome Desktop User

      Use gnochm program as follows

      $ gnochm file.chm
    2. For KDE Desktop User

      Use kchmviewer (very nice and highly recommended) program as follows

      $ kchmviewer file.chm
Use apt-get or yum command to install any of the above chm viewer:


# apt-get install gnochm


OR


# apt-get install kchmviewer



I installed gnochm and it worked smoothly.



I learnt the above from the FAQ section of a site  here)



Powered by ScribeFire.

No comments: