当用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