Results 1 to 3 of 3
Recently, while trying to run updatedb on Ubuntu, I recieved the following output :
Code:
# updatedb
No command 'ubdatedb' found, did you mean Command 'updatedb' from package 'locate' (universe)
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-15-2011 #1
[SOLVED] Duplicate updatedb commands from different packages
Recently, while trying to run updatedb on Ubuntu, I recieved the following output :
How do I specify that I want to use 'updatedb' from package 'locate' ?Code:# updatedb No command 'ubdatedb' found, did you mean Command 'updatedb' from package 'locate' (universe) Command 'updatedb' from package 'mlocate' (main)
- 02-19-2011 #2Just Joined!
- Join Date
- May 2006
- Posts
- 73
If I remember correctly Ubuntu doesn't install updatedb by default. Try installing it.
I always run updatedb as root, might be just an old habit or it might be necessary so try using sudo when running it. The updatedb command might well not be in the path of any user but root.
- 02-22-2011 #3
I Figured it Out [Closed]
OK. I figured it out. I have to explicitly specify the path to ubdatedb using the which command :
Code:sudo `which updatedb`




