Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
11-24-2008, 10:10 AM
|
#17
|
Senior Member
Registered: Sep 2007
Posts: 1,047
Original Poster
Rep:
|
hi,
I use Fedora 8.
|
|
|
11-25-2008, 07:16 AM
|
#18
|
Member
Registered: Jul 2007
Location: London
Distribution: FC11,FC10,FC7,FC4,Centos 5.1,Ubuntu,Mandrake Linux,puppy.LinuxMint.Opensuse
Posts: 181
Rep:
|
Sorry for being late
Quote:
Originally Posted by cola
To megerdin
Downloaded 0.9.11-1.rf.src.rpm.
How to install 0.9.11-1.rf.src.rpm?
Would you please tell?
(No internet connection in linux.)
|
Go to the place where u downloaded this file. Now run
Quote:
#rpm -Uvh gnochm-0.9.11-1.rf.src.rpm
#cd /usr/src/redhat/SPECS
#rpmbuild -bb gnochm.spec
#cd cd ../RPMS/i386
|
Now you have the required rpm here. installed it.
If any error appear then leave the process because u dont have Internet connection. And download the kchmviewer
directly.
no more hassle.
and install it.
Last edited by megerdin; 11-25-2008 at 07:18 AM.
|
|
|
11-30-2008, 10:57 PM
|
#19
|
Senior Member
Registered: Sep 2007
Posts: 1,047
Original Poster
Rep:
|
I use Fedora 10.
Any link for kchmviewer for fedora 10?
How to install kchmviewer?
Last edited by cola; 04-02-2009 at 11:31 PM.
|
|
|
12-01-2008, 12:25 AM
|
#20
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,702
|
cola
you went from fedora8 to 10 ? right?
just use yum "kchmviewer" is for the KDE desktop
fedora installs only gnome by default .You will have needed to install kde during install .
-- for the KDE desktop --
Code:
su -
( your root password when asked)
yum search kchmviewer
-- then if found in the list run --
yum install kchmviewer
-- for the GNOME desktop
|
|
|
12-01-2008, 01:14 AM
|
#21
|
Senior Member
Registered: Sep 2007
Posts: 1,047
Original Poster
Rep:
|
I use fedora 10
Last edited by cola; 04-02-2009 at 11:26 PM.
|
|
|
12-01-2008, 02:45 AM
|
#22
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,702
|
Quote:
Any other way(short time).
|
if your internet connection is so slow( 56k - dial-up )
then no.
you would need to download the *.rpm and all of its dependencies first then use " rpm " to install them
the same file is used for fedora 10
http://download.fedora.redhat.com/pu...ew/gnochm.html
also make sure that this list is installed they are REQUIRED
from
yum deplist gnochm
------
python
python-chm
pygtk2-libglade
yelp
gnome-python2-canvas
rarian-compat
GConf2
gnome-python2-gconf
gnome-python2-gtkhtml2
|
|
|
12-02-2008, 03:45 AM
|
#23
|
Member
Registered: Jul 2007
Location: London
Distribution: FC11,FC10,FC7,FC4,Centos 5.1,Ubuntu,Mandrake Linux,puppy.LinuxMint.Opensuse
Posts: 181
Rep:
|
Quote:
Originally Posted by cola
I use fedora 10
I am afraid yum takes long time.
(downloading very slow)
Any other way(short time).
Pls.......................
|
If your internet connection speed is slow How can yum download quick?
Its better to use yum for downloading any software because sometimes some software arise dependencies for other software OR library file. in this case yum can resolved all dependencies and install correctly.
Though if you want to download manually Go to there download section.
gnochm
All package for Fedora 10
--
|
|
|
12-06-2008, 04:57 PM
|
#24
|
Senior Member
Registered: Sep 2007
Posts: 1,047
Original Poster
Rep:
|
I found gnochm and kchmviewer here:
http://download.fedora.redhat.com/pu...6/os/Packages/
I use Fedora 10.
Can I use
kchmviewer-4.0-0.2.beta2.fc9.i386.rpm
or
gnochm-0.9.11-2.fc9.noarch.rpm
for Fedora 10?
If no problem then
would you please tell me how to install and run this?
|
|
|
12-06-2008, 06:27 PM
|
#25
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,702
|
kchmviewer
if you already have all of these installed
an excerpt from
Code:
yum deplist kchmviewer
qt-x11
kde-filesystem
libgcc
libstdc++
glibc
qt
bash
chmlib
to check run
Code:
su -
rpm -qa | grep qt-x11
and repeat for the list
and for gnochm
SEE: post 22 above
http://www.linuxquestions.org/questi...ml#post3360178
with a 28k/56k dial-up the easiest way is to run
Code:
yum install kchmviewer
or
then go to bed .
and have it download and install while you are asleep
or from a different machine with dsl/cable
burn ALL of the dependencies that are not already installed ,and the program ,to a dvd
then cpoy the dvd to the linux box and use "yum localinstall ???????"
or rpm to install the program
for instructions on yum
SEE:
Code:
yum --help
-- and --
man yum
for rpm SEE:
Code:
rpm --help
-- and --
man rpm
Last edited by John VV; 12-06-2008 at 06:37 PM.
|
|
|
04-02-2009, 11:28 PM
|
#26
|
Senior Member
Registered: Sep 2007
Posts: 1,047
Original Poster
Rep:
|
"yum install gnochm"
Problem solved because internet connection is ok now.
[[Linux depends very much on yum/apt-get and internet conneciton [[[very bad]]]]]
Last edited by cola; 04-02-2009 at 11:30 PM.
|
|
|
04-03-2009, 03:02 AM
|
#27
|
LQ Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
|
Quote:
Originally Posted by cola
[[Red Hat and Debian Linux depends very much on yum/apt-get and internet conneciton [[[very bad]]]]]
|
There, I fixed it for you.
|
|
|
All times are GMT -5. The time now is 06:24 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|