Install Linux development man pages in Ubuntu

by
on
May 13, 2009

By default Ubuntu doesn’t install the manual pages used for Linux software development which is an invaluable reference for any system developer. These man pages describe the Linux programming interface including Linux system calls as well as system library calls.

To install these man pages simply install the manpages-dev package.

$ sudo apt-get install manpages-dev

You can also install the POSIX specific interfaces by installing the manpages-posix-dev package.

$ sudo apt-get install manpages-posix-dev

5 Comments
ubuntu
, , , , , , , , , , , ,

Related posts:

  1. Install Boxee on 64-bit Ubuntu 9.10 Karmic
  2. Install Google Earth in Ubuntu
  3. Install GNOME Shell in Ubuntu 10.10 Maverick
  4. Install Unity on Ubuntu 10.10 Maverick
  5. RPM Cheat Sheet

Comments (3)

it was very useful post

Hi,

I am getting the following error message, while doing it. Could you please help me?

:~$ sudo apt-get install manpages manpages-dev
Reading package lists… Done
Building dependency tree
Reading state information… Done
manpages is already the newest version.
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
~$

Thanks,

    What version of Ubuntu are you running?

Leave a Comment

(displayed with your post)
(will not be published)
(optional)

Copyright 2008-2010 WiredRevolution.com. All rights reserved.