Jump to content

warning: locate: warning: database /var/lib/slocate/slocate.db' is more than 8 days o

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Guest_Jame_*

Guest_Jame_*
  • Guests
I receive this error when I try to use the locate command for just about anything:

Quote

warning: locate: warning: database /var/lib/slocate/slocate.db' is more than 8 days old

How do I resolve this?

#2
Guest_ptt3_*

Guest_ptt3_*
  • Guests
You need to rebuild the update database:

$ updatedb

which could take a while to finish. You can also use "find" instead of locate.

#3
Tor

Tor

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 486 posts
To search by name with find do

find -name <dir> <search term>