I wish to have the command locate in ubuntu 12.04 (which is used for finding files. I believe there is such a command but I cannot see it in ubuntu 12.04 Is it part of any package?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
|||||
|
sudo apt-get install locate. – Evandro Silva Nov 10 '12 at 20:24sudo apt-get install apt-fileand search for the program using apt-file:apt-file search /usr/bin/locate. – hnasarat Nov 10 '12 at 20:57