Hello, I have tried different tutorials, basically this steps:
sudo sh -c "echo 'deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main' > /etc/apt/sources.list.d/pgdg.list" sudo apt-get install wget ca-certificates wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - sudo apt-get update -y --fix-missing sudo apt-get upgrade sudo apt-get install -y postgresql-9.4 Which actually work in an Ubuntu virtualbox machine, but it doesn't when I run them in Vagrant. It still shows: E: Unable to locate package postgresql-9.4 E: Couldn't find any package by regex 'postgresql-9.4' Any idea? Regards! -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/dea14de8-06ef-44c5-89dd-a676df333a92%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
