Ubuntu Linux install development / system library functions man pages (manual)

by Vivek Gite on July 30, 2007 · 8 comments

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

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

We're here to help you make the most of sysadmin work. So, subscribe!

{ 8 comments… read them below or add one }

1 Pankaj August 10, 2007

hey thanks for this help

Reply

2 masheekasalam June 19, 2011

they r asking what is ur sudo password

Reply

3 SteveC October 20, 2007

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.

Reply

4 vivek October 20, 2007

SteveC,

I just installed the same, w/o problem.

Reply

5 Peter January 17, 2009

The same problen I’m facing which Gutsy wrote.

Reply

6 Angelo Borsotti September 18, 2009

However, the manpage-dev are not compete either:

$ man sigwait
No manual entry for sigwait

I have tries to find out where these manpages are, but have not found them yet.

Reply

7 Angelo Borsotti September 18, 2009

Found: man sigwait is in:

sudo apt-get install manpages-posix-dev

Reply

8 Frank April 2, 2010

exactly the tip that I needed. thanks!

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 2 + 13 ?
Please leave these two fields as-is:
Are you a human being? Solve the simple math so we know that you are a human and not a bot.




Previous post:

Next post: