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.18"
end
vagrant init joelhandwell/ubuntu_xenial64_desktop_vbguest \
  --box-version 5.1.18
vagrant up

This version was created over 7 years ago.

  • base box is box-cutter/ubuntu1604-desktop 'v2.0.26'
  • performed 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
1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (2.74 GB)