On Thu, Aug 21, 2008 at 6:30 AM, Joost Waversveld joost@waversveld.nl wrote:
Try to find the file through the find command, something like " find /usr -t f -name 'obj.Linux*' "
The command locate works with an database, which will be updated just once a day (If you enable it!), so that will not "find" any just installed files...
Or when you run updatedb (as root)....
mhr