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

字体大小: 中小 标准 ->行高大小: 标准

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 的用法

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/58063.html