Problems with Vagrant

Hey
I’m having issues using Vagrant on my Ubuntu Virtual Machine.

Two things are needed:

  1. You need to specifiy a provider
  2. That provider needs to be setup
    For 2 (setting up the provider) you can do (for example)
sudo apt-get install virtualbox

Then, for 1 (setting up the box from them)

vagrant up --provider virtualbox

See also: Problems installing vagrant - #2 by soapy1

Thanks. It’s not working.

Ok, some more input, please. What version of Ubuntu is this?

I’m currently running Ubuntu 20.04