I have a Ubuntu VM that I am using with Vagrant. If I use it with a Ubuntu host, then the dates on the /tmp/vagrant-cache/apt_lists files older file dates (where do these files come from?). If use it with a Windows host, then the dates on the files are basically the current date. So when I do "sudo apt-get update" in the guest when used on a Windows host, then there are no updates to be found.
The Vagrant file is at: http://github.com/sillsdev/wesay/vagrant/Vagrantfile (which include the urls to the box files stored on google drive).
I have a Ubuntu VM that I am using with Vagrant. If I use it with a Ubuntu host, then the dates on the /tmp/vagrant-cache/apt_lists files older file dates (where do these files come from?). If use it with a Windows host, then the dates on the files are basically the current date. So when I do "sudo apt-get update" in the guest when used on a Windows host, then there are no updates to be found.
The Vagrant file is at: http://github.com/sillsdev/wesay/vagrant/Vagrantfile (which include the urls to the box files stored on google drive).