Results 1 to 4 of 4
Hi Guys,
Can anyone help how to open chm files using chmlib. I installed chmlib binaries from http://packages.debian.org/stable/libdevel/chmlib-bin
Now my question is how do I open chm file?
Naseem...
- 09-30-2006 #1Just Joined!
- Join Date
- Sep 2006
- Posts
- 23
opening chm files using chmlib
Hi Guys,
Can anyone help how to open chm files using chmlib. I installed chmlib binaries from http://packages.debian.org/stable/libdevel/chmlib-bin
Now my question is how do I open chm file?
Naseem
- 10-01-2006 #2
chmlib is just a library and its no use to you unless you install a gui that uses that library. You can install kchmviewer, gnochm or xchm if you want to view chm files in Linux.
- 10-02-2006 #3Just Joined!
- Join Date
- Sep 2006
- Posts
- 23
Re:
Well I downloaded xchm.deb file and when I install it by dpkg -i, it says libc6 version found is 2.3.2 but required is 2.3.6. I don't know how to upgrade it. I am using Debian 3.1r0a. It also says some packages are not installed.
Originally Posted by daark.child
When I run....
It gives me following error....Code:dpkg -i xchm_1.9-3_i386.deb
Please help what should I do?xchm depends on libc6 (>= 2.3.6-6); however:
Version of libc6 on system is 2.3.2.ds1-22sarge4.
xchm depends on libchm1 (>= 0.36-3); however:
Package libchm1 is not installed.
xchm depends on libgcc1 (>= 1:4.1.0); however:
Version of libgcc1 on system is 1:3.4.3-13.
xchm depends on libstdc++6 (>= 4.1.0); however:
Package libstdc++6 is not installed.
xchm depends on libwxbase2.6-0 (>= 2.6.3.2.1.5); however:
Package libwxbase2.6-0 is not installed.
xchm depends on libwxgtk2.6-0 (>= 2.6.3.2.1.5); however:
Package libwxgtk2.6-0 is not installed.
- Naseem
- 10-03-2006 #4
Try
orCode:#apt-get install xchm
Make sure you have the universe repos uncommented in /etc/apt/sources.list.Code:#apt-get install gnochm


Reply With Quote
