LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-06-2009, 10:39 AM   #1
tg0000
Member
 
Registered: Jul 2009
Location: Philippines
Distribution: Linux Mint 20.3 Una, MATE 1.26.0
Posts: 63
Blog Entries: 1

Rep: Reputation: 12
Trouble installing chkfontpath


Ok all; I'm not crazy about posting new threads because I am sure the answer has already been asked somewhere and I am just missing it. I have been searching for the last 2 hours on this and I just can not find the answer.

I am going through this wonderful Perfect Desktop installation and I got to the part that tried to call up the chkfontpath command. And after getting an error I've spent the last 2 Hours or so making sure that it was in fact 'not' installed and then trying to install it.

I found this wonderful little RPM search and I did a "wget" on both the versions that were for F10 (though I have F11).

The wget goes fine, but when I get to the "rpmbuild --rebuild" I get an error on each one.
error: chkfontpath-1.10.1-2.fc10.x86_64.rpm cannot be installed
error: chkfontpath-1.10.1-2.fc10.i386.rpm cannot be installed
error: chkfontpath-1.10.1-2.fc8.i386.rpm cannot be installed

So what am I missing :-)

~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~

FYI:
which chkfontpath
/usr/bin/which: no chkfontpath in (/usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/Scribe/bin

$ whereis chkfontpath
chkfontpath:
 
Old 08-06-2009, 04:09 PM   #2
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Why you use "rpmbuild --rebuild"? You should run
Code:
rpm -ivh <package-name>.rpm
to install the package you want
 
Old 08-06-2009, 07:46 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Why not just let yum take care of the install from Firefox ???
from this page or the next
http://atrpms.net/dist/f10/chkfontpath/
http://rpm.pbone.net/index.php3/stat....i386.rpm.html

just click on the file DO NOT SELECT SAVE but from the popup window select INSTALL

for example like this
a screenshot from fedora 11
http://www.imagebam.com/image/ac143544521201
 
Old 08-07-2009, 03:58 AM   #4
tg0000
Member
 
Registered: Jul 2009
Location: Philippines
Distribution: Linux Mint 20.3 Una, MATE 1.26.0
Posts: 63

Original Poster
Blog Entries: 1

Rep: Reputation: 12
bathory: ... Thanks for the help. The only one that seems to almost be working is the "chkfontpath-1.10.1-2.fc8.i386.rpm"

warning: chkfontpath-1.10.1-2.fc8.i386.rpm: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2
error: Failed dependencies:
libpopt.so.0 is needed by chkfontpath-1.10.1-2.fc8.i386
xfs is needed by chkfontpath-1.10.1-2.fc8.i386


So how do I get that? :-)
 
Old 08-07-2009, 04:03 AM   #5
tg0000
Member
 
Registered: Jul 2009
Location: Philippines
Distribution: Linux Mint 20.3 Una, MATE 1.26.0
Posts: 63

Original Poster
Blog Entries: 1

Rep: Reputation: 12
John VV: ... And well yes that would have been too easy :-) ... And .... That appears to have worked. Thanks.

However, in reference to bathory I would still appreciate an answer to the above question. I'm sure each of these skills I am learning will be of help to me. Thanks to both of you.
 
Old 08-07-2009, 04:10 AM   #6
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Hi,

You miss some dependencies for chkfontpath. You can get popt and xorg-x11-xfs and install them the same way (using rpm -ivh ...), risking to fall into other dependencies and so on, or you can use yum to install the package you want and it will take care of the dependencies.

Regards
 
Old 08-12-2009, 05:04 AM   #7
tg0000
Member
 
Registered: Jul 2009
Location: Philippines
Distribution: Linux Mint 20.3 Una, MATE 1.26.0
Posts: 63

Original Poster
Blog Entries: 1

Rep: Reputation: 12
When I did a search for "chkfontpath" (in gpk-application 2.27.3) it says it was already installed. So, I used gpk to uninstall it.

However when I tried to do the same search for "chkfontpath" (in gpk-application 2.27.3) it said there was nothing to be found (do I need to add a repository?).

So I tried:

[root@localhost ~]# yum install chkfontpath-1.10.1-2.fc8.i386.rpm
Loaded plugins: refresh-packagekit
Setting up Install Process
No package chkfontpath-1.10.1-2.fc8.i386.rpm available.


When that didn't work I just redid what was done previously where I just went to http://rpm.pbone.net/ and allowed the Gui to handle the install when I clicked on chkfontpath-1.10.1-2.fc8.i386.rpm.
 
Old 08-12-2009, 04:08 PM   #8
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
tg3793

chkfontpath-1.10.1-2.fc10.i386.rpm
that one and the chkfontpath-1.10.1-2.fc8.i386.rpm ( the one for fedora 8 - that you installed ) look the same BUT they might be built with different versions of prerequisites

so tg3793 is the fedora 8 rpm working on your fedora 11 system ?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing Vega Strike, having trouble installing SDL_mixer-devel captainxark Fedora 3 09-13-2008 06:29 PM
chkfontpath raffi Slackware 2 12-19-2004 01:25 PM
Gnome 2.6.2 and chkfontpath/XFree86 problems Jiawen Linux - Software 0 11-07-2004 07:49 PM
trouble installing rh 9.0 therealdeal316 Red Hat 2 03-11-2004 02:04 PM
Trouble installing RH 8. Maxplayer Linux - Newbie 7 10-10-2002 12:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration