(새 문서: ==개요== ;<nowiki>-bash: locate: command not found</nowiki> <syntaxhighlight lang='console'> testuser@localhost:~$ locate -bash: locate: command not found </syntaxhighlight> <synta...) |
(→개요) |
||
3번째 줄: | 3번째 줄: | ||
<syntaxhighlight lang='console'> | <syntaxhighlight lang='console'> | ||
testuser@localhost:~$ locate | testuser@localhost:~$ locate --version | ||
-bash: locate: command not found | -bash: locate: command not found | ||
</syntaxhighlight> | </syntaxhighlight> | ||
10번째 줄: | 10번째 줄: | ||
sudo apt install mlocate | sudo apt install mlocate | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<syntaxhighlight lang=' | <syntaxhighlight lang='console'> | ||
testuser@localhost:~$ locate --version | testuser@localhost:~$ locate --version | ||
mlocate 0.26 | mlocate 0.26 |
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 같이 보기
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.