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

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

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *