install developer's man pages on ubuntu
January 28th, 2008
To install the valuable man pages for development in your Ubuntu box, simply do:
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).
sudo apt-get install manpages-devThis will install the man pages that "describe the Linux programming interface". They include the Linux system calls (section 2) and library functions (section 3).