[Libguestfs] Virt-v2v conversion issue

Richard W.M. Jones rjones at redhat.com
Sun Sep 28 20:24:33 UTC 2014


On Sun, Sep 28, 2014 at 08:05:54PM +0000, VONDRA Alain wrote:
> Ok I understand, so I need to clean all the /usr/local directory or which one I have to clean ?
> I've tried to compile the 1.27.35, but by reflex I made a make install command, I've seen later the option ./run...
> What action do you advice me to get a clean install ?

I don't think we have a way to 'make install-clean' or whatever.

I would do:

  find /usr/local -type f | sort | less

and remove anything which looks like it came from libguestfs or supermin.

For comparison, you can look at the files installed by libguestfs
official packages by doing:

  rpm -ql `rpm -qa | egrep 'guestf|virt-v2v'` | sort | less

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html




More information about the Libguestfs mailing list