Ubuntu Linux install development / system library functions man pages (manual)
I’m little surprised to find that Ubuntu Linux skips development man pages by default. A quick search using apt-cache pointed out to manpages-dev package. It includes manual pages about using GNU/Linux for development.
Install development man pages
Use apt-get command:
$ sudo apt-get install manpages-dev
To view library calls (functions within program libraries), enter:
$ man 3 function-name
$ man 3 putc
Want to stay up to date with the latest Linux tips, news and announcements? Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
You may also be interested in other helpful articles:
- Linux gperf C and C++ command line processing programming tutorial
- Display weather, finance stock, and translate a word from shell prompt
- Fedora core installing package groups with yum
- Git revision control software howto
- Kick start writing C/C++ and Java applications on Red Hat and SUSE Linux
Discussion on This Article:
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: apt-get_command, install_man_pages, man_command, program_libraries, ubuntu, view_system_library_functions



hey thanks for this help
Gutsy Gibbon:
root@zuul:~# apt-get install manpages-dev
Reading package lists… Done
Building dependency tree
Reading state information… Done
Package manpages-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package manpages-dev has no installation candidate
This linux not windows. No man pages? Completely unacceptable.
SteveC,
I just installed the same, w/o problem.