From 687999881115b5b24bc7783e9f498290a02201a7 Mon Sep 17 00:00:00 2001 From: Surya Prakash Singh Date: Tue, 6 Jun 2017 10:22:59 +0530 Subject: [PATCH] vagrant env not working due to libpng-dev and zlib-dev package deprecation Updated the package with correct one and got the command working for ubuntu 16.04 Closes-Bug: #1696044 Change-Id: I643d36459ed563965fe95e57a47117be926a8d49 --- doc/vagrant-dev-env.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/vagrant-dev-env.rst b/doc/vagrant-dev-env.rst index 8491f9e75d..217f06bc44 100644 --- a/doc/vagrant-dev-env.rst +++ b/doc/vagrant-dev-env.rst @@ -49,8 +49,7 @@ On CentOS:: On Ubuntu 16.04 or later:: - sudo apt-get install vagrant ruby-dev ruby-libvirt python-libvirt \ - libvirt-dev nfs-kernel-server zlib-dev libpng-dev gcc git + sudo apt-get install vagrant ruby-dev ruby-libvirt python-libvirt libvirt-dev nfs-kernel-server zlib1g-dev libpng12-dev gcc git .. note:: Many distros ship outdated versions of Vagrant by default. When in doubt, always install the latest from the downloads page above.