Results 1 to 2 of 2
I have a linux webserver running CENTOS 5.2 i686 on which I need to install xpdf. I'm not much of a linux person, from what I've read xpdf has dependancies, ...
- 01-11-2009 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 1
Yum Can't Install xpdf
I have a linux webserver running CENTOS 5.2 i686 on which I need to install xpdf. I'm not much of a linux person, from what I've read xpdf has dependancies, so I prefer to take the easy way and use yum.
When i enter yum install xpdf I get this:
From what I understand yum uses several databases, some of which has xpdf, mine must not being using a db with xpdf...i think...Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
* rpmforge: apt.sw.be
* base: mirror.stanford.edu
* updates: mirror.steadfast.net
* addons: mirrors.bluehost.com
* extras: mirrors.tummy.com
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
No package xpdf available.
Nothing to do
anyway can I get xpdf installed with yum if so how?
- 01-13-2009 #2Just Joined!
- Join Date
- Jan 2009
- Posts
- 1
try to do it manually :
wget ftp://mirror.switch.ch/pool/1/mirror...el5.1.i386.rpm
then rpm -Uvh xpdf....
regards
Unixmen_net


Reply With Quote