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
This commit is contained in:
Surya Prakash Singh 2017-06-06 10:22:59 +05:30
parent 0f3907d85f
commit 6879998811

View File

@ -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.