How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "joelhandwell/ubuntu_xenial64_desktop_vbguest"
config.vm.box_version = "5.1.22"
end
vagrant init joelhandwell/ubuntu_xenial64_desktop_vbguest \
--box-version 5.1.22
vagrant up
This version was created about 7 years ago.
box-cutter/ubuntu1604-desktop 'v2.0.26'sudo apt update -y && sudo DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" dist-upgrade && sudo apt-get autoremove -y