Where can I find Vagrant packages?
Posted
by
Marius Gedminas
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Marius Gedminas
Published on 2010-11-06T15:09:38Z
Indexed on
2012/03/21
5:39 UTC
Read the original article
Hit count: 332
Vagrant is a tool to build and manage virtual machines for developers. It has a getting started on Ubuntu guide that contains iffy-looking suggestions like
$ sudo ln -s /usr/bin/ruby1.8 /usr/bin/ruby # wtf???
or installing RubyGems from source rather than from Ubuntu packages, and then using gem install
to install vagrant itself.
I'm not feeling comfortable just following those instructions. Is there perhaps a PPA? Are there, perhaps, alternative tools that are packaged for Ubuntu?
© Ask Ubuntu or respective owner