Unable to install vagrant 2.3.5 on debian buster

OS: Debian Buster 10
Provider: libvirt
Vagrant: 2.3.5

I’m trying to update vagrant from 2.3.4 to 2.3.5 but I’m getting an error about empty value for architecture:

dpkg -i vagrant_2.3.5-1_amd64.deb

dpkg: warning: parsing file ‘/var/lib/dpkg/tmp.ci/control’ near line 12 package ‘vagrant’:
empty value for ‘Architecture’ field
dpkg: error processing archive vagrant_2.3.5-1_amd64.deb (–install):
package architecture () does not match system (amd64)
Errors were encountered while processing:
vagrant_2.3.5-1_amd64.deb

Hi there,

There was an issue with the amd64 .deb package in the 2.3.5 release which has been fixed. The Vagrant 2.3.6 is now available which includes the fixed .deb package.

Cheers!

1 Like