GnoCHM is a CHM (Microsoft Compressed HTML Help) file viewer. It is designed to integrate nicely with Gnome. It uses PyCHM, a Python package that exports the CHMLIB API.
-
You will need to add the following lines to your yum config, "/etc/yum.repos.d/dries.repo":
[dries] name=Extra Fedora rpms dries - $releasever - $basearch baseurl=http://ftp.belnet.be/packages/dries.ulyssis.org/fedora/linux/$releasever/$basearch/dries/RPMS gpgcheck=1 enabled=0Import dries GPG key:
# rpm --import http://dries.studentenweb.org/rpm/RPM-GPG-KEY.dries.txtRun yum enabling dries repos and install "gnochm":
# yum --enablerepo=dries install gnochm
This will also install all the required packages: chmlib, python-chm and gnome-python2-gconf.