How to Install libvirt-dev in Ubuntu 18.04



Install libvirt-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libvirt-dev

Description:

development files for the libvirt library

Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the header files and static libraries which are needed for developing the applications with libvirt.

Homepage: http://libvirt.org

Version: 4.0.0-1ubuntu8

Section: devel