@larissa
To install the "locate" command on Vagrant, you will need to install the "mlocate" package.
1
|
vagrant ssh |
1
|
sudo apt-get update |
1
|
sudo apt-get install mlocate |
1
|
locate filename |
That's it! You have successfully installed the "locate" command on your Vagrant virtual machine.