Previous class
Add File Database
The updatedb command is part of the mlocate package.
You can install it using the following command:
bash
Copy codesudo apt install mlocate
After installing mlocate, you should be able to use the updatedb command:
bash
Copy codesudo updatedb
Then, you can use the locate command to find any file:
bash
Copy codelocate filename
Next class