Skip to content
Snippets Groups Projects
Commit 68799988 authored by Surya Prakash Singh's avatar Surya Prakash Singh
Browse files

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
parent 0f3907d8
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment