zoukankan      html  css  js  c++  java
  • ubuntu 11.04 源 更新不了,全显示ign、404

    原文地址:http://blog.csdn.net/enjio/article/details/11603373
     

    ubuntu 11.04 源 更新不了

    分类: 开发相关 89人阅读 评论(0) 收藏 举报
    ubuntu 11.04版本,在sources.list里面填写以下源:
    1. deb http://archive.ubuntu.com/ubuntu/ natty main restricted universe multiverse  
    2. deb http://archive.ubuntu.com/ubuntu/ natty-security main restricted universe multiverse  
    3. deb http://archive.ubuntu.com/ubuntu/ natty-updates main restricted universe multiverse  
    4. deb http://archive.ubuntu.com/ubuntu/ natty-proposed main restricted universe multiverse  
    5. deb http://archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse  
    6. deb-src http://archive.ubuntu.com/ubuntu/ natty main restricted universe multiverse  
    7. deb-src http://archive.ubuntu.com/ubuntu/ natty-security main restricted universe multiverse  
    8. deb-src http://archive.ubuntu.com/ubuntu/ natty-updates main restricted universe multiverse  
    9. deb-src http://archive.ubuntu.com/ubuntu/ natty-proposed main restricted universe multiverse  
    10. deb-src http://archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse  



    使用apt-get update,出现的全是忽略,用了很多的源都是相同问题,

    ubuntu老版本源目录更改导致

    解决

    http://archive.ubuntu.com/ubuntu/的源换成http://old-releases.ubuntu.com/ubuntu/的源。

    1. deb http://old-releases.ubuntu.com/ubuntu/ natty main restricted universe multiverse  
    2. deb http://old-releases.ubuntu.com/ubuntu/ natty-security main restricted universe multiverse  
    3. deb http://old-releases.ubuntu.com/ubuntu/ natty-updates main restricted universe multiverse  
    4. deb http://old-releases.ubuntu.com/ubuntu/ natty-proposed main restricted universe multiverse  
    5. deb http://old-releases.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse  
    6. deb-src http://old-releases.ubuntu.com/ubuntu/ natty main restricted universe multiverse  
    7. deb-src http://old-releases.ubuntu.com/ubuntu/ natty-security main restricted universe multiverse  
    8. deb-src http://old-releases.ubuntu.com/ubuntu/ natty-updates main restricted universe multiverse  
    9. deb-src http://old-releases.ubuntu.com/ubuntu/ natty-proposed main restricted universe multiverse  
    10. deb-src http://old-releases.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse  




  • 相关阅读:
    Dex-Net笔记
    python笔记
    linux和anaconda
    JPA和Hibernate的关系
    eclipse利用JPA,根据数据库表生成Java中的实体类
    eclipse中利用hibernate插件,根据数据库表反向生成Javabean
    eclipse中git常用操作说明
    oracle常用语法
    threadlocal
    spring用到的一些注解小札
  • 原文地址:https://www.cnblogs.com/aserlinux/p/3596221.html
Copyright © 2011-2022 走看看