How to read creative CHM files on Linux

Asked By 40 points N/A Posted on -
qa-featured

Hi expert, I need a help. How to read creative CHM files on Linux? I cant read those CHM format files. How to open them quickly? Suggest some sollutions and is there specific software to open this format files? Provide the download link.

SHARE
Best Answer by Michael D Dent
Best Answer
Best Answer
Answered By 40 points N/A #185099

How to read creative CHM files on Linux

qa-featured

 

Hello,
 
I found an application for you, it's not GUI based but it will do the work.  Open Terminal and enter this command:
 
– for GNOME 
 
 sudo apt-get install gnochm
 
– to use it enter this: gnochm your-file.chm
 
– for KDE
 
 sudo apt-get install kchmviewer
 
– to use it enter this: kchmviewer your-file.chm
 
I hope I helped.
 
 
Regards.
Answered By 0 points N/A #185100

How to read creative CHM files on Linux

qa-featured

To open .chm files on Linux, use the "CHMSee" program which you can get by clicking this link and choosing the appropriate package, depending on your architecture.

Install it using sudo dbpg -i [filename]

There is also a web browser CHMSee plugin available, but it does not support anything other than Firefox 3.6.

Related Questions