1

I have Vagrant 1.8.1 installed but apparently I need a higher version

Vagrant version 1.9.0 required

As instructed here on Super User I downloaded the latest release 2.0.1, opened it and pressed install, but nothing has changed.

Vagrant version

I also did apt-get update but nothing changed.

How can I upgrade vagrant?

Zanna
  • 70,465
Adam
  • 2,440
  • 6
  • 34
  • 53
  • Could you please post text files, dialogue messages, and program output listings as text, not as images? To achieve the latter two you can either 1) select, copy & paste the dialogue text or terminal content or 2) save the program output to a file and use that. Longer listings (the editor will tell you what's too long) should be uploaded to a pastie service and linked to in the question. Thanks. – David Foerster Jan 14 '18 at 11:47

1 Answers1

1

This command did the work for me:

sudo dpkg -i vagrant_2.0.1_x86_64.deb 
Adam
  • 2,440
  • 6
  • 34
  • 53