bash: /usr/bin/man: No such file or directory

Written by Yujin Boby

Edit in WordPress

On Ubuntu, I get the following error

root@vps1:~# man
bash: /usr/bin/man: No such file or directory
root@vps1:~#

This is fixed by installing man with apt-get

apt-get install man