-bash: locate: command not found

Jmnote (토론 | 기여)님의 2020년 11월 18일 (수) 19:07 판 (→‎개요)

1 개요

-bash: locate: command not found
Console
Copy
testuser@localhost:~$ locate --version
-bash: locate: command not found
Bash
Copy
sudo apt update
sudo apt install mlocate
Console
Copy
testuser@localhost:~$ locate --version
mlocate 0.26
Copyright (C) 2007 Red Hat, Inc. All rights reserved.
This software is distributed under the GPL v.2.

This program is provided with NO WARRANTY, to the extent permitted by law.

2 같이 보기