Skip to main content

How To View CHM Files in Kubuntu

CHM or Microsoft Compiled HTML Help is a proprietary format for online help files. As a successor to the Microsoft WinHelp this format developed by Microsoft and first
released in 1997 . Microsoft develope this format as a successor to the Microsoft WinHelp. They released CHM in 1997.

View CHM in Kubuntu
To view CHM file in Kubuntu, we can use kchmviewer. This application written in Qt/KDE so it can be build as a stand-alone Qt-base application or a KDE application.
It can search, bookmarking, change font size, index or browse content, and other features like standard viewer has.

Install Kchmviewer

Install kchmviewer in kubuntu is easy. We can use this command to install it.
sudo apt-get install kchmviewer

user@user-desktop:~$ sudo apt-get install kchmviewer
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libchm1
The following NEW packages will be installed:
kchmviewer libchm1
0 upgraded, 2 newly installed, 0 to remove and 339 not upgraded.
Need to get 356kB of archives.
After this operation, 1229kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://archive.ubuntu.com hardy/universe libchm1 2:0.39-6 [28.5kB]
Get:2 http://archive.ubuntu.com hardy/universe kchmviewer 3.1.2-0ubuntu1 [327kB]
Fetched 356kB in 1min10s (5038B/s)
Selecting previously deselected package libchm1.
(Reading database ... 101203 files and directories currently installed.)
Unpacking libchm1 (from .../libchm1_2%3a0.39-6_i386.deb) ...
Selecting previously deselected package kchmviewer.
Unpacking kchmviewer (from .../kchmviewer_3.1.2-0ubuntu1_i386.deb) ...
Setting up libchm1 (2:0.39-6) ...

Setting up kchmviewer (3.1.2-0ubuntu1) ...

Processing triggers for libc6 ...
ldconfig deferred processing now taking place
user@user-desktop:~$


Use this kchmviewer from K > Utilities > Kchmviewer and open CHM File.


For other Linux Distribution you can try xchm or GnoChm

Popular posts from this blog

Free Stuff

I have free stuff that can i share with you. The free stuff is free magazine, free domain, free hosting, free rapidshare link generator and free money. 1. Free Magazine. You can get free magazine for you to read. There are many topics that can you choose. These are the topics that can you choose : Agri c ulture Automotive Biotechnology & Pharmaceuticals Computers Construction Education Engineering Executive & Management Finance Food & Beverage Government Healthcare Human Re sources Industrial & Manufacturing Internet Information Technology IT - Data Management IT - Security IT - Software & Development IT - Storage Insurance Mechanical / Machine Meetings & Travel Multimedia Network / Communications Purchasing & Procurement Retail Sales & Marketing Small & Medium Business Telecom & Wireless Trade/Professional Services Transportation & Logistics Utility & Energy Many topics...

Centos 5 Live CD, Rescue CD or Workstation

Have you ever try CENTos 5 Live CD? I had tried it. This Centos 5 Live Cd can be use as rescue cd and workstation cause it based on CentOS 5.0 i386 distribution. The following software that include with it : OpenOffice.org 2.0.4 Firefox 1.5.0.10 Thunderbird 1.5.0.10 Gaim-2.0.0 Scribus-1.3.3 xchat-2.6.6 k3b-0.12.17 Gimp-2.2.13 And for rescue, there is another software or tool : Full set of LVM and RAID command line tools QTParted Nmap and NMapFE Graphical Traceroute samba-3.0.23c with cifs kernel support to connect to Windows file shares System Log Viewer GUI Hardware Device Manager Unfortunately, in first release, this Centos Live CD doesn't hvae installer like Fedora Live CD.  And i have a problem when using it as workstation, i can connected to network just for a while. But, when i restart network service it worked but for a while and then it was drop. You have a same problem or solution ? Please tell me.  I will be appreciated it. Last, if you want to use root account, use thi...

Installation Of SMS Server Tools 3 And PlaySMS On Debian Server

This tutorial will show you how you can set up an SMS server on Debian with playsms and smstools. In my example I have used an old Nokia 5140i with a USB datacable. What we need before we start is apache2, mysql server, php5, lynx, wget, curl. Now we install updates, and install dependencies: apt-get update apt-get upgrade apt-get install apache2 mysql-server php5 php5-cli php5-cgi php-pear php-db phpmyadmin make gcc sendmail lynx wget curl Now create a password for mysql root user, and remember it. Installing playsms adduser playsms mkdir -p /var/www/playsms mkdir -p /var/spool/playsms mkdir -p /var/log/playsms chown -R www-data /var/www/playsms chown -R www-data /var/spool/playsms chown -R www-data /var/log/playsms And next download latest version of playSMS, find latest here, or grab my url: http://sourceforge.net/projects/playsms/ wget http://downloads.sourceforge.net/project/playsms/playsms/Version%200.9.5.2/playsms-0.9.5.2.tar.gz This will extract playsms to /usr/local/src. tar ...