ubuntu执行man pthread_mutex_lock没有结果的解决方法

前端之家收集整理的这篇文章主要介绍了ubuntu执行man pthread_mutex_lock没有结果的解决方法前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

在ubuntu命令行执行

man pthread_mutex_lock

提示

No manual entry for pthread_mutex_lock


解决方法


安装manpages:manpages-posix-dev

执行

sudo apt-get install manpages-posix-dev

原文链接:https://www.f2er.com/ubuntu/353217.html

猜你在找的Ubuntu相关文章