Ubuntu Linux install development / system library

314阅读 0评论2009-01-07 futuregod
分类:LINUX

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


上一篇:apt-get simple usage
下一篇:博客已升级,请注意变更地址