当前位置: 首页>>技术教程>>正文


linux – 如何在Ubuntu中安装C标准库函数的手册页?

, ,

问题描述

在我的大学里,我可以做以下事情:

  • 男人走了

  • 人strcpy

  • 男人msgget

  • 男子msgctl

随即出现一个不错的手册页。在我的PC上

$ man strcat
No manual entry for strcat

关于如何将这些文档页面放入计算机的任何帮助?

最佳办法

安装manpages-devmanpages-posix-dev(感谢ChristopheD)软件包。您应该能够找到它们的突触或键入

apt-get install manpages-dev
apt-get install manpages-posix-dev

在命令行中。

次佳办法

对于Fedora,您可以使用yum进行安装:

yum install man-pages libstdc++-docs

第三种办法

您可能会发现glibc-doc软件包也很有用。从http://packages.ubuntu.com/jaunty/glibc-doc

Contains The GNU C Library Reference manual in info and html format as well as the man pages for libpthread functions and the complete GNU C Library ChangeLog.

第四种办法

在ubuntu系统上,它们位于软件包中

manpages-posix-dev (headers)
manpages-dev (functions)

参考资料

本文由Ubuntu问答整理, 博文地址: https://ubuntuqa.com/article/8209.html,未经允许,请勿转载。