ubuntu下开发C代码需要安装的manpages


$ sudo apt-get install manpages
$ sudo apt-get install manpages-dev
$ sudo apt-get install manpages-posix
$ sudo apt-get install manpages-posix-dev


manpages 包含 GNU/Linux 的基本操作
manpages-dev 包含 GNU/Linux 的基本操作API
manpages-posix 包含 POSIX 所定义公用程序的方法
manpages-posix-dev 包含 POSIX 的 header files 和 library calls 的用法


如果还有其他需要补充的,请留言回复。我会定时更新,谢谢!

你可能感兴趣的:(c,ubuntu,header,library)