Quantcast
Channel: Ubuntu Forums - Virtualisation
Viewing all articles
Browse latest Browse all 4211

trying update QEMU on Ubuntu 16.04

$
0
0
Hi everyone,


I'm on an issue of update for QEMU 2.7.0 .. i've tried to remove the old version of QEMU (2.5.0) as you can see below (sorry for the french terminal..):
Code:

root@Yaka_XPS-dim. sept. 18-22:40:59 ~#apt-get remove qemu
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances     
Lecture des informations d'état... Fait
Le paquet « qemu » n'est pas installé, et ne peut donc être supprimé
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  cfortran comerr-dev fonts-freefont-otf krb5-multidev libafterimage0 libconfuse-common
  libconfuse0 libftgl2 libgl2ps-dev libgl2ps0 libgssrpc4 libidl-2-0 libkadm5clnt-mit9
  libkadm5srv-mit9 libkdb5-8 libkrb5-dev liborbit2 libroot-core-dev libroot-core5.34
  libroot-geom-dev libroot-geom5.34 libroot-graf2d-gpad-dev libroot-graf2d-gpad5.34
  libroot-graf2d-graf-dev libroot-graf2d-graf5.34 libroot-graf3d-g3d5.34
  libroot-graf3d-gl-dev libroot-graf3d-gl5.34 libroot-gui-dev libroot-gui-ged5.34
  libroot-gui5.34 libroot-hist-dev libroot-hist5.34 libroot-io-dev libroot-io5.34
  libroot-math-mathcore-dev libroot-math-mathcore5.34 libroot-math-matrix-dev
  libroot-math-matrix5.34 libroot-math-minuit5.34 libroot-net-dev libroot-net5.34
  libroot-proof-dev libroot-proof5.34 libroot-tree-dev libroot-tree-treeplayer5.34
  libroot-tree5.34 libssl-dev libssl-doc libxpm-dev python-gnome2 python-pyorbit
  root-plugin-geom-gdml root-plugin-geom-geombuilder root-plugin-geom-geompainter
  root-plugin-graf2d-asimage root-plugin-graf2d-x11 root-plugin-gui-guibuilder
  root-plugin-hist-histpainter root-plugin-io-xml root-system-common
Veuillez utiliser « apt autoremove » pour les supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.


Step done for the Compilation and installation (QEMU 2.7.0) :
Code:

tar xvf qemu-2.7.0.tar.bz2
cd qemu-2.7.0/
mkdir build
cd build/
../configure
make && make install


Compiled and installed as we can see the version 2.7.0 installed below :
Code:

root@Yaka_XPS-dim. sept. 18-22:48:10 ~#kvm -version
QEMU emulator version 2.7.0, Copyright (c) 2003-2016 Fabrice Bellard and the QEMU Project developers


or from :
Code:

root@Yaka_XPS-dim. sept. 18-22:54:08 ~#qemu-system-x86_64 -version
QEMU emulator version 2.7.0, Copyright (c) 2003-2016 Fabrice Bellard and the QEMU Project developers


However when i'm looking through Virsh command line, still having the old QEMU version (2.5.0) Executed hypervisor :
Code:

root@Yaka_XPS-dim. sept. 18-22:49:47 ~#virsh -c qemu:///system version --daemon
Compiled against library: libvirt 1.3.1
Using library: libvirt 1.3.1
Utilisation de l'API : QEMU 1.3.1
Exécution de l'hyperviseur : QEMU 2.5.0
Running against daemon: 1.3.1


Can someone help me about it ? and how solve it ? :o

Thanks in advance for looking thread and answers :P
Yakatape

Viewing all articles
Browse latest Browse all 4211

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>