Wednesday, October 19, 2016

How to install virt-manager 1.4.0 on Ubuntu 16.10

    The virt-manager application is a desktop user interface for managing virtual machines through libvirt. It primarily targets KVM VMs, but also manages Xen and LXC (linux containers). It presents a summary view of running domains, their live performance & resource utilization statistics. Wizards enable the creation of new domains, and configuration & adjustment of a domain’s resource allocation & virtual hardware. An embedded VNC and SPICE client viewer presents a full graphical console to the guest domain.


virt-manager 1.4.0 changelog
  •     virt-manager: spice GL console support
  •     Bump gtk and pygobject deps to 3.14
  •     virt-manager: add checkbox to forget keyring password
  •     cli: add –graphics gl=
  •     cli: add –video accel3d=
  •     cli: add –graphics listen=none
  •     cli: add –transient flag
  •     cli: –features gic= support, and set a default for it
  •     cli: Expose –video heads, ram, vram, vgamem
  •     cli: add –graphics listen=socket
  •     cli: add device address.type/address.bus/…
  •     cli: add –disk seclabelX.model (and .label, .relabel)
  •     cli: add -cpu cellX.id (and .cpus, and .memory)
  •     cli: add –network rom_bar= and rom_file=
  •     cli: add –disk backing_format=
  •     Many bug fixes and improvements

 Installation instructions: 

   Open terminal and run command line...

$ wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -

$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu yakkety-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'

$ sudo apt-get update

$ sudo apt-get install virt-manager

Once installed, virt-manager can be started from Unity Dash or your preferred application launcher






No comments:

Post a Comment