其他分享
首页 > 其他分享> > -bash: locate: command not found

-bash: locate: command not found

作者:互联网

在输入 locate命令 查询时报了这个错。在百度上查了下资料,
image
发现问题是因为没有安装mlocate这个包

安装的命令:yum -y install mlocate
image

发现依然有问题:locate: can not stat () /var/lib/mlocate/mlocate.db': No such file or directory
image
原因:安装完后没有更新库
更新库:updatedb
image
问题就解决了。

标签:locate,No,mlocate,更新,命令,command,found,安装
来源: https://www.cnblogs.com/dsy665412/p/15558065.html