install developer's man pages on ubuntu

January 28th, 2008
To install the valuable man pages for development in your Ubuntu box, simply do:

sudo apt-get install manpages-dev

This will install the man pages that "describe the Linux programming interface". They include the Linux system calls (section 2) and library functions (section 3).

Leave a Reply