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

分类: 开发相关2013-09-12 14:53 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

ubuntu 11.04 源 更新不了,全显示ign、404的更多相关文章

  1. Ubuntu 11.04源

    ##国内源#这个北京交通大学的源也挺不错的,我们首选这个,速度很不错deb http://mirror.bjtu.edu.cn/ubuntu/ narwhal multiversedeb http:/ ...

  2. Ubuntu 11.04 (Natty) 已经停止支持 但可以使用old-releases源了

    Ubuntu 11.04 (Natty) 已经停止支持,但可以使用old-releases源了,先备份源列表文件: sudo cp /etc/apt/sources.list /etc/apt/sou ...

  3. 【转】ubuntu 11.04使用apt-get安装软件时一直提示E:unable to locate package

    问题: VMware虚拟机安装了ubuntu 11.04,在使用apt-get安装软件时一直提示E:Unable to locate package. 百度了原因,说是要更新源,使用命令:sudo a ...

  4. 安装qt5.3.2后,qtcreator在ubuntu 11.04无法启动的问题

    在官方网站下载.run文件安装后,qtcreator启动失败,然后找到命令行启动,失败原因如下: shr@shr-Sieyuan:~/Qt5.3.2/Tools/QtCreator/bin$ ./qt ...

  5. ubuntu 11.04安装笔记

    首先,本文查询了网络中各位大大的经验共享,特别是<UltraISO制作U盘启动Ubuntu 8.10 LiveCD>,地址在http://blog.sina.com.cn/s/blog_5 ...

  6. [笔记] Ubuntu 18.04源码安装caffe流程

    虽然Ubuntu 18.04可以通过apt安装caffe,但是为了使用最新的代码,还是值得从源码安装一遍的. 安装环境 OS: Ubuntu 18.04 64 bit 显卡: NVidia GTX 1 ...

  7. ubuntu 11.04 old sources.list

    #deb cdrom:[Ubuntu 11.04 _Natty Narwhal_ - Release amd64 (20110427.1)]/ natty main restricted # See ...

  8. Ubuntu 14.04 LTS 更新源大全

    Ubuntu 14.04 LTS 系统更新源汇总 如何使用这些系统更新源?---三步走 首先备份源列表: sudo cp /etc/apt/sources.list /etc/apt/sources. ...

  9. 给Ubuntu 16.04更换更新源

    给自家的Ubuntu下载软件速度有点慢,毕竟是从国外下载软件,就想更换到国内比较好的更新源(就是这些软件所在的服务器),一般直接百度Ubuntu更新源就能出来一大堆,这时候最好是找和自己Ubuntu版 ...

随机推荐

  1. ssh-copy-id(双机互信)

    最简单的2步骤: ssh-keygen -t rsa 需要输入的地方就回车 ssh-copy-id root@192.168.0.10 详细:ssh-keygen 创建公钥和密钥. ssh-copy- ...

  2. 采用Asp.Net的Forms身份验证时,持久Cookie的过期时间会自动扩展

    原文:http://www.cnblogs.com/sanshi/archive/2012/06/22/2558476.html 若是持久Cookie,Cookie的有效期Expiration属性有当 ...

  3. POJ 1459

    #include<iostream> #define MAXN 105 #include"queue" #define big_num 100000000 using ...

  4. MFC中错误知识总结(一)

    1.在继承与派生中,单目:表示派生,双目::表示继承,例如 class A { public: void c(); }; class B: public A {}; //类B继承类A void A:: ...

  5. node-debug 三法三例之node debugger + node inspector

    大家对nodejs调试应该都比较头疼,至少我这个不用IDE写js的人很头疼这个,其实node的生态圈非常好 有非常好的工具和非常潮的开发方式 这里总结了3法3例,希望能对大家有所帮助 文档地址  ht ...

  6. C# Socket 入门2(转)

    现在来传一个图片看看, 改改程序, 看看服务端 图片为 140K, 1.jgp 1. 服务端  1 using System;  2 using System.Collections.Generic; ...

  7. 用C语言写个程序推算出是星期几?(用泰勒公式实现)

    在日常生活中,我们常常遇到要知道某一天是星期几的问题.有时候,我们还想知道历史上某一天是星期几.比如: “你出生的那一天是星期几啊?” “明年五一是不是星期天?我去找你玩?” 通常,解决这个问题的最简 ...

  8. ubuntu下搭建cocos2dx编程环境-上

        这大半年一直在开发flash游戏,用到的编程语言是actionscript和c++.所以这次公司决定开发手游端的话,C++不是很生疏,这是个好消息.坏消息是由于现在网页游戏还没有上线,所以公司 ...

  9. LaTeX新人教程,30分钟从完全陌生到基本入门

    by Nan 对于真心渴望迅速上手LaTeX的人,前言部分可以跳过不看. 本教程面向对LaTeX完全无认知无基础的新人.旨在让新人能够用最简单快捷的方式,轻松入门,能够迅速使用LaTeX完成基本的文本 ...

  10. adobeMediaServer

    参考地址: http://www.piis.cn/news/new519.asp http://www.cuplayer.com/player/PlayerCode/RTMP/2012/0918427 ...