0

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!

Eric
  • 160
  • 8

1 Answers1

2

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*'