This package browser is in early development. Mind the rough edges.

libvirt

Simple API for virtualization

Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux. The library aims at providing long term stable C API initially for the Xen paravirtualization but should be able to integrate other virtualization mechanisms if needed.

Installation

Install the latest version of libvirt as follows:

guix install libvirt

Or install a particular version:

guix install libvirt@11.0.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of libvirt about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/libvirt'><img src='https://packages.guix.gnu.org/packages/libvirt/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/libvirt/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/libvirt)

Example Org:

[[https://packages.guix.gnu.org/packages/libvirt][https://packages.guix.gnu.org/packages/libvirt/badges/latest-version.svg]]