Commend: man youtube-dl
Output :
No manual entry for youtube-dl
See 'man 7 undocumented' for help when manual pages are not available.
how to resolve this problem.
Your installation of youtube-dl does not include a manpage. There are a couple of options you can take:
sudo python setup.py install
.youtube-dl.1
file included in builds, and belongs in /usr/share/man/man1/
.make youtube-dl.1
. Place this file in /usr/share/man/man1/
.youtube-dl --help | less
- that's got most of the information anyways.less README.md
(you can also use any editor to open README.md)