(→같이 보기) |
(→같이 보기) |
||
(같은 사용자의 중간 판 하나는 보이지 않습니다) | |||
3번째 줄: | 3번째 줄: | ||
;<nowiki>bash: column: command not found</nowiki> | ;<nowiki>bash: column: command not found</nowiki> | ||
<syntaxhighlight lang='bash'> | <syntaxhighlight lang='console'> | ||
apt- | root@localhost:/# column -V | ||
bash: column: command not found | |||
</syntaxhighlight> | |||
<syntaxhighlight lang='console'> | |||
root@localhost:/# apt update | |||
... | |||
root@localhost:/# apt install -y bsdmainutils | |||
... | |||
Setting up bsdextrautils (2.36.1-8+deb11u1) ... | |||
update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode | |||
Setting up ncal (12.1.7+nmu3) ... | |||
Setting up bsdmainutils (12.1.7+nmu3) ... | |||
</syntaxhighlight> | |||
<syntaxhighlight lang='console'> | |||
root@localhost:/# column -V | |||
column from util-linux 2.36.1 | |||
</syntaxhighlight> | </syntaxhighlight> | ||
11번째 줄: | 26번째 줄: | ||
* [[리눅스 column]] | * [[리눅스 column]] | ||
* [[/bin/sh: column: not found]] | * [[/bin/sh: column: not found]] | ||
* [[column: invalid option -- 'R']] | |||
==참고== | ==참고== |
2022년 5월 19일 (목) 21:50 기준 최신판
1 개요[ | ]
- bash: column: command not found
Console
Copy
root@localhost:/# column -V
bash: column: command not found
Console
Copy
root@localhost:/# apt update
...
root@localhost:/# apt install -y bsdmainutils
...
Setting up bsdextrautils (2.36.1-8+deb11u1) ...
update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
Setting up ncal (12.1.7+nmu3) ...
Setting up bsdmainutils (12.1.7+nmu3) ...
Console
Copy
root@localhost:/# column -V
column from util-linux 2.36.1
2 같이 보기[ | ]
3 참고[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.