ubuntu 无法更新问题

在学习Linux多线程时,尝试使用`man pthread_rwlock_init`查找函数详情,但遇到了‘No manual entry for pthread_rwlock_init’的错误。文章将介绍如何解决这一问题。

在学习 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  文件:
sudo gedit /etc/apt/sources.list
   
  • 1

将下面的模板内容,复制粘贴到 /etc/apt/sources.list 文件里面后,保存就可以了:(我们使用的Ubuntu 是14.04)

3. 出现这个问题的原因是: 之前 /etc/apt/sources.list 路径里面的软件源更新网站有的已经过时了,需要更新新的网站。


Unable to connect to cn.archive.ubuntu.com:http: [112.124.140.210 80]
   
  • 1

如果你出现这样的错误,说明你的网断了,查看网络连接情况。

4. 其他版本ubuntu 看 http://blog.csdn.net/github_35160620/article/details/52115542

改了值后还是无效。。。。。。。。。。。。。

于是 改dns 查看是否是网络原因:参考博客 http://blog.csdn.net/sunnyfg/article/details/51444404

1.修改ubuntu的网络配置:

将 自己 对应的 DNS 写入 保存 既可以下载 更新


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值