在学习 linux 多线程 是想要查找 pthread_rwlock_init() 函数时 : man pthread_rwlock_init
问题:No manual entry for pthread_rwlock_init
于是找了方法:
sudo apt-get install manpages-posix-dev 来自博客:http://blog.csdn.net/flyqwang/article/details/7855695
但是问题: { apt-get install manpages-posix-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
debugedit librpmbuild3 librpmsign1
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
manpages-posix
The following NEW packages will be installed:
manpages-posix manpages-posix-dev
0 upgraded, 2 newly installed, 0 to remove and 723 not upgraded.
Need to get 2,291 kB of archives.
After this operation, 6,459 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Err http://cn.archive.ubuntu.com/ubuntu/ trusty/multiverse manpages-posix all 2.16-1
Could not resolve 'cn.archive.ubuntu.com'
Err http://cn.archive.ubuntu.com/ubuntu/ trusty/multiverse manpages-posix-dev all 2.16-1
Could not resolve 'cn.archive.ubuntu.com'
E: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/pool/multiverse/m/manpages-posix/manpages-posix_2.16-1_all.deb Could not resolve 'cn.archive.ubuntu.com'
E: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/pool/multiverse/m/manpages-posix/manpages-posix-dev_2.16-1_all.deb Could not resolve 'cn.archive.ubuntu.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
}
解决:Ubuntu 解决:当执行`sudo apt-get update`命令时 出现的 “apt-get 404 Not Found Package Repository Errors” 问题
1.
首先,我们将现在出问题的
/etc/apt/sources.list
文件备份一份。( 保存于代码片 方便以后)
2.
接着,我们重新编写一个
/etc/apt/sources.list
文件:
- 1
将下面的模板内容,复制粘贴到 /etc/apt/sources.list 文件里面后,保存就可以了:(我们使用的Ubuntu 是14.04)
3. 出现这个问题的原因是: 之前 /etc/apt/sources.list 路径里面的软件源更新网站有的已经过时了,需要更新新的网站。
- 1
如果你出现这样的错误,说明你的网断了,查看网络连接情况。
4. 其他版本ubuntu 看 http://blog.csdn.net/github_35160620/article/details/52115542
改了值后还是无效。。。。。。。。。。。。。
于是 改dns 查看是否是网络原因:参考博客 http://blog.csdn.net/sunnyfg/article/details/51444404
1.修改ubuntu的网络配置:



将 自己 对应的 DNS 写入 保存 既可以下载 更新
在学习Linux多线程时,尝试使用`man pthread_rwlock_init`查找函数详情,但遇到了‘No manual entry for pthread_rwlock_init’的错误。文章将介绍如何解决这一问题。

2026

被折叠的 条评论
为什么被折叠?



