How to view .CHM files in Ubuntu
November 16th, 2007
It is easy to open and view Microsoft Compiled HTML Help files (.chm) from Ubuntu. You actually have at least two options: xchm or gnochm.
To install xchm run the following command:
To install gnochm run:
To view a .chm file using xchm you just have to run:
Alternative to open it with gnochm simply run:
Or you you can just double-click on the file's icon.
To install xchm run the following command:
sudo apt-get install xchmTo install gnochm run:
sudo apt-get install gnochmTo view a .chm file using xchm you just have to run:
xchm chm-fileAlternative to open it with gnochm simply run:
gnochm chm-fileOr you you can just double-click on the file's icon.
November 24th, 2009 at 8:01 am thanx
its really helpful