Friday, October 25, 2013

Linux CentOS – -bash: updatedb: command not found

I recently installed Linux CentOS using the minimal install ISO. I attempted to use the updatedb command but I received the following error:

#updatedb
-bash: updatedb: command not found

The solution for this was to install mlocate.

# yum install mlocate -y

Complete!
Enjoy!

No comments:

Post a Comment