%uname -a
Linux myarch 2.6.30-ARCH #1 SMP PREEMPT Wed Sep 9 12:37:32 UTC 2009 i686 AMD Athlon(tm) 64 X2 Dual Core Processor 3600+ AuthenticAMD GNU/Linux
I install KVM-86 using the following steps:
%./configure --prefix=/usr/local --audio-drv-list="alsa oss" --enable-mixemu
%make
%sudo make install
Now there is KVM-88, which cannot be installed from source, in Arch repository:
%pacman -Ss kvm
extra/kvm 88-1
Latest KVM QEMU is a generic and open source processor emulator which achieves a good emulation speed by using dynamic translation
So i want to uninstall the current KVM-86 installed from source but it doesnot work
%sudo make uninstall
No target "uninstall"
How can i uninstall the KVM-86 cleanly ?
Thanks!
Post new comment