"-bash: locate: command not found"의 두 판 사이의 차이

(새 문서: ==개요== ;<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='bash'>
<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 같이 보기