How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "thorerik/xubuntu-20.04-desktop"
  config.vm.box_version = "1.0.0"
end
vagrant init thorerik/xubuntu-20.04-desktop \
  --box-version 1.0.0
vagrant up

This version was created over 3 years ago.

There isn't a description.

2 providers for this version.
  • virtualbox Hosted by Vagrant Cloud (2.95 GB)

  • vmware_workstation Hosted by Vagrant Cloud (3 GB)