Manpages in developer mode shell on Chrome OS?

711 Views Asked by At

On most unix systems, the command man usually shows a manpage for the following command. However, in both the Chrome OS shell in developer mode and the xfce linux shell installed through chroot, man does not work. Are there manpages for chrome OS?

1

There are 1 best solutions below

0
On

in xfce you can execute this command to install the man command and basic man pages:

sudo apt-get install man-db    

then enter your password when sudo prompts you

this command will find more content packages:

apt-cache search manpages|grep manpages