Using man command
-
Hello,
I would like to get more information by using
man
command in mu Omega Onion 2+ system. How to install such command?
Command below brings nothing:
opkg list | grep "man-db"
-
@column-column OpenWrt doesn't have man pages, it's designed for minimalist hardware so it doesn't make a lot of sense to fill the device with documentation. Instead you can use the online documentation:
-
I need only man command to be installed in my Omega. I expect it will be more convinient during development. For example I run command
git init --help
and as result have error:warning: failed to exec 'man': No such file or directory fatal: no man viewer handled the request
-
@column-column OpenWrt doesn't have man pages nor a man command. The maintainers have not created man pages for the platform.