Hi Rich, Let's handle the easy one first:
# rpm -qa | grep libguestfs-tools-c libguestfs-tools-c-1.7.17-26.el6.x86_64 # rpm -ql libguestfs-tools-c /usr/bin/virt-cat /usr/bin/virt-df /usr/bin/virt-filesystems /usr/bin/virt-inspector2 /usr/bin/virt-ls /usr/bin/virt-rescue /usr/share/man/man1/virt-cat.1.gz /usr/share/man/man1/virt-df.1.gz /usr/share/man/man1/virt-filesystems.1.gz /usr/share/man/man1/virt-inspector2.1.gz /usr/share/man/man1/virt-ls.1.gz /usr/share/man/man1/virt-rescue.1.gz It's not in that package according to my distro (RHEL6.2). Thanks, Shawn > -----Original Message----- > From: Richard W.M. Jones [mailto:[email protected]] > Sent: Wednesday, August 01, 2012 2:54 PM > To: Shawn Kennedy > Cc: [email protected]; 'Smudde, Mark Alan (Mark)'; 'Tockstein, James E > (Jim)' > Subject: Re: [Libguestfs] libguestfs question - multiple partitions in the > guest > > On Wed, Aug 01, 2012 at 01:19:45PM -0500, Shawn Kennedy wrote: > > Lastly, where is 'guestfish' installed on the system?? It's not installed > > on my system, even though I have installed the RHEL6.2 RPMs. > > > > # rpm -qa | grep libguest > > python-libguestfs-1.7.17-26.el6.x86_64 > > libguestfs-1.7.17-26.el6.x86_64 > > libguestfs-tools-c-1.7.17-26.el6.x86_64 > > libguestfs-mount-1.7.17-26.el6.x86_64 > > libguestfs-tools-1.7.17-26.el6.x86_64 > > > > # guestfish > > -bash: guestfish: command not found > > That's odd. It should be in libguestfs-tools-c. Try: > > rpm -ql libguestfs-tools-c | grep guestfish > > and check that your $PATH is set correctly. _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
