热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

HowtoinstallmissingpthreadmanpagesinU

How to install missing pthread manpages in Ubuntu?_孙建希_百度空间 How to i


How to install missing pthread manpages in Ubuntu?_孙建希_百度空间




How to install missing pthread manpages in Ubuntu?





Posted by Joys of Programming on in  C/C++

If you want to 

start programming in Ubuntu

, one of the major requirement is to 

install the man pages

. To start pthread programming in Ubuntu, you must require the pthread man pages.

If you check any pthread man page in a fresh Ubuntu system, you may encounter the following errors

 

$ man pthread_create 

No manual entry for pthread_create

 

To deal with this issue, you must install the pthread man pages


Install pthread man pages

 

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

 

Now you are able to refer any pthread documentation



How to install missing pthread manpages in Ubuntu?




推荐阅读
  • docker制作打包镜像说明:本文档基于CentSo7系统,ubuntu系统只是部分命令不同,制作过程相同。[顺便说一句:D ... [详细]
  • 1、软件包下载:下载地址:   https:github.comceres-solverceres-solverreleases  如果Github下载速度慢可在百度云盘下载下载地 ... [详细]
  • Ubuntu环境下MySQL安装与安全优化。安装sudoapt-getupdatesudoapt-getinstallmysql-servermysql-client#设置root ... [详细]
  • ubuntu下基于c++的opencv学习
    一、环境配置1、安装opencv2、makefile编写makefile模板,与c文件在同一个目录下,用make指令生成可执行文件,然后运 ... [详细]
  • InstallingTensorFlowonRaspberryPi3介绍在2018-8月之前在Raspberry安装一个TensorFlow是多么的痛苦!现在Goog ... [详细]
  • 1:在Ubuntu中使用“apt-getinstall+app”命令可以在线安装绝大部分软件包,在高版本的Ubuntu中,apt-get可以简写为apt。2:sudo命令表示临时切 ... [详细]
  • 安装过程:(环境:Kubuntu7.10)从其oracle公司官网http:www.oracle.comtechnologysoftwareproduc ... [详细]
  • 1.Googlehonggfuzz安装$githttps:github.comgooglehonggfuzz.git$cdhonggfuzz$make$makeinstall2.安 ... [详细]
  • 解决方式如下,运行命令:sudoapt-getinstallexfat-fusee ... [详细]
  • 准备官方Docker安装方法https:docs.docker.cominstalllinuxdocker-eeubuntu假设已安装docker和docker-compos ... [详细]
  • 自从MySQL被Oracle收购以后,PostgreSQL逐渐成为开源关系型数据库的首选。本文介绍PostgreSQL的安装和基本用法,供初次使用者上手。以下内容基于Debian操 ... [详细]
  • 参考链接:http:blog.csdn.nethh5945articledetails51014705本文记录opencv3.1及其contrib模块在ubuntu ... [详细]
  • 如何提高工程编译速度
    点击上方蓝字可直接关注!方便下次阅读。如果对你有帮助,麻烦点个在看或点个赞,感谢~     文章首发  公众号——Pou光明公众号还在维护,大家莫慌~LinuxQt平台为例测试编译 ... [详细]
  • 之前實踐過這文章的描述,還可以成功:http://www.linuxdiyf.com/linux/12719.html,轉記錄餘下: ... [详细]
  • 自定义video样式
    和朋友聊天说到了video自定义样式问题,今天抽空简单试验了一下,下面贴上代码。dom结构如下:js代码如下:实现效果如下:如有表述不准确之处,欢迎指正,欢迎补 ... [详细]
author-avatar
joewong9272038385813
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有