According to this page: http://libguestfs.org/

I should be able to just type:

yum install '*guestf*'

However this returns back:

No package *guestf* available.

Thanks for any help!

link|improve this question

50% accept rate
feedback

1 Answer

up vote 2 down vote accepted

You need to install EPEL:

http://fedoraproject.org/wiki/EPEL/FAQ#howtouse

Then note the version in EPEL 5 is very old, and multilib causes problems, so use:

yum --exclude='*.i[3456]86' install '*guestf*'
link|improve this answer
aha yeah, oops! – JamesRyan Dec 17 '10 at 12:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.