Vagrant sees no existing version of Virtualbox
Posted: 28. Sep 2020, 10:13
I have:
I see:
So only 6.1.10
When start vagrant, it starts building the box.
All runs smooth for a long time, then at the end:
Vagrant complains my VB is version 6.0.1and aborts.
The problem looks like: some repository cache in Ubuntu sees traces of an older version?
Who can help me with this?
- xUbuntu 20.04
Virtual Box 6.1.10
Vagrant 2.2.6.
Code: Select all
sudo dpkg -l | grep virtualboxCode: Select all
virtualbox 6.1.10-dfsg-1~ubuntu1.20.04.1 amd64 x86 virtualization solution - base binaries
virtualbox-dkms 6.1.10-dfsg-1~ubuntu1.20.04.1 amd64 x86 virtualization solution - kernel module sources for dkms
virtualbox-qt 6.1.10-dfsg-1~ubuntu1.20.04.1 amd64 x86 virtualization solution - Qt based user interface
When start vagrant, it starts building the box.
All runs smooth for a long time, then at the end:
Vagrant complains my VB is version 6.0.1and aborts.
The problem looks like: some repository cache in Ubuntu sees traces of an older version?
Who can help me with this?