From 09345bf12772be0c3db59455fdae0fcc704a6928 Mon Sep 17 00:00:00 2001 From: Kuo-tung Kao Date: Mon, 7 Dec 2015 10:48:13 +0800 Subject: [PATCH] add ubuntu dependency for vagrant add ubuntu dependency for vagrant Change-Id: I96161dd34b68795c2d78312f160579706a6bab86 Closes-Bug: #1515548 --- doc/vagrant-dev-env.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/vagrant-dev-env.rst b/doc/vagrant-dev-env.rst index addf069f07..bc83b98aa2 100644 --- a/doc/vagrant-dev-env.rst +++ b/doc/vagrant-dev-env.rst @@ -40,6 +40,10 @@ On Fedora 22 it is as easy as:: sudo dnf install vagrant ruby-devel libvirt-devel +On Ubuntu 14.04 it is as easy as:: + + sudo apt-get install ruby-libvirt libvirt-dev nfs-kernel-server + **Note:** Many distros ship outdated versions of Vagrant by default. When in doubt, always install the latest from the downloads page above.