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.
- Versions: 11.0.0
- Website: https://libvirt.org
- Licenses: LGPL 2.1+
- Package source: gnu/packages/virtualization.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]