红联Linux门户
Linux帮助

Ubuntu:解决更新时出现Unable to locate package update

发布时间:2015-10-30 10:48:07来源:linux网站作者:_莫欺少年穷

当用apt-get更新软件包时常出现错误提示Unable to locate package update,尤其是在ubuntu server上,解决方法是:


先更新apt-get
#sudo apt-get update
执行完后,问题就解决了。


继续更新:
#sudo apt-get upgrade


Linux下的locate和updatedb命令小结:http://www.linuxdiyf.com/linux/9735.html

Ubuntu 15.10 Wily sudo apt-get update出现Hash Sum mismatch解:http://www.linuxdiyf.com/linux/15135.html

Ubuntu点滴--apt-get update和upgrade的作用:http://www.linuxdiyf.com/linux/13802.html