ubuntu 12.10 sudo apt-get update 失敗
最近在ubuntu上安裝go ,需要安裝git,發現報404異常,使用sudo apt-get update 也是404異常,
從網上查了一下原因是因為12.10不再提供更新導致
最後解決的辦法是這樣的:
執行:
sudo sed -i -re 's/([a-z]{2}\.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
之後執行:
sudo apt-get update && sudo apt-get dist-upgrade
這個時候就可以了,也就是使用了老版本的更新地址
相關文章
- sudo apt-get update | grep "Failed"apt-getAI
- Kali 系統 apt-get update更新失敗解決方案apt-get
- Ubuntu學習之apt-get update 升級錯誤Ubuntuapt-get
- sudo: apt-get: command not foundapt-get
- Ubuntu 12.10Ubuntu
- GreatSQL執行Update失敗案例分析SQL
- 高併發mysql update操作必定失敗MySql
- win10 windows update更新失敗怎麼解決 win10系統update更新失敗如何修復Win10Windows
- rosdep update 超時失敗最新解決方法ROS
- windows update更新失敗報錯解決方法Windows
- win8.1 update更新失敗解決方法
- Ubuntu : apt-get 命令Ubuntuapt-get
- Ubuntu apt-get proxyUbuntuapt-get
- Ubuntu 12.10 ‘Quetzal’ LogoUbuntuGo
- 【MySQL】ERROR 1175 安全模式UPDATE/DELETE操作失敗MySqlError模式delete
- win8.1update安裝失敗怎麼辦?
- ubuntu apt-get 解除安裝Ubuntuapt-get
- Ubuntu apt-get 安裝 MongoDBUbuntuapt-getMongoDB
- 在 Ubuntu 12.10 安裝 wxPythonUbuntuPython
- Ubuntu增加sudo使用者Ubuntu
- 配置Ubuntu Server高速apt-get源UbuntuServerapt-get
- apt-get update 和 apt-get install 寫在同一個 RUN 指令的解讀apt-get
- Ubuntu apt-get和pip源更換Ubuntuapt-get
- 02_Ubuntu使用apt-get下載Ubuntuapt-get
- ubuntu 12.10 php55安裝過程UbuntuPHP
- ubuntu-12.10-server安裝圖形介面UbuntuServer
- Ubuntu 12.10 (Quantal Quetzal) 啟用root登入Ubuntu
- Linux學習之出現無法apt-get updateLinuxapt-get
- Java的快速失敗和安全失敗Java
- Ubuntu22.4環境下npm下載gdal失敗UbuntuNPM
- 快速失敗機制&失敗安全機制
- git push程式碼失敗,鑑權失敗Git
- apt-get update更新源時,出現“Hash Sum mismatch”問題apt-get
- Ubuntu16.04 php5安裝失敗解決方案UbuntuPHP
- Ubuntu apt-get和pip國內源更換Ubuntuapt-get
- ubuntu12.10桌面版使用小技巧三例Ubuntu
- ubuntu-12.10-server安裝過程之圖文教程UbuntuServer
- ubuntu-12.10-server中開啟終端的方式UbuntuServer