1. 程式人生 > >ubutu使用apt-get 安裝報:Err http://security.ubuntu.com precise-security InRelease 等

ubutu使用apt-get 安裝報:Err http://security.ubuntu.com precise-security InRelease 等

ubutu 源

今天安裝了下ubutu,安裝完後按照教程使用apt-get install 安裝相關軟件,報錯。。

復制錯誤百度了很久,基本都是說源了問題。。

更換了好幾個源,還是沒有成功。。

最後看見這個帖子,才解決了問題。。


http://feifeifather.blog.163.com/blog/static/21342203220140895556458/


修改dns:

配置文件地址 /etc/resolv.conf

使用編輯器打開

改為如下內容:
search localdomain
nameserver 202.96.128.86 希望修改成的DNS
nameserver 202.96.128.166 備用DNS

重啟網絡:sudo /etc/init.d/networking restart。即可


ubutu使用apt-get 安裝報:Err http://security.ubuntu.com precise-security InRelease 等