原文地址: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. Tomcat server分端口部署web项目

    <?xml version='1.0' encoding='utf-8'?> <Server port="8006" shutdown="SHUTDOW ...

  2. firefox浏览器live http headers无法使用

    手贱的将firefox升级后,很多的插件不能使用.我这里因为用到live http headers,所以以此为例子.主要表现为live http headers修改数据包后,尤其是post数据包后,r ...

  3. STM32 对内部FLASH读写接口函数

    因为要用内部FLASH代替外部EEPROM,把参数放在STM32的0x08000000+320K处,其中20K是bootloader,300K是应用程序. 原理:先要把整页FLASH的内容搬到RAM中 ...

  4. Smarty模板学习

    1.基本语法 所有的smarty模板标签都被加上了定界符.默认情况下是 { 和},但它们是可被改变的. 在smarty里,所有定界符以外的内容都是静态输出的,或者称之为不可改变.当smarty遇到了模 ...

  5. vc++ 获取当前用户名

    #include<afxwin.h> #include <stdio.h> int main(void) { char userName[MAX_PATH]; unsigned ...

  6. POJ 2135

    Farm Tour Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 10840   Accepted: 4011 Descri ...

  7. POJ 1631

    #include <iostream> #define MAXN 500005 using namespace std; int T[MAXN]; int binary_search(in ...

  8. 重载和覆盖的区别?(overload vs override)

    override与overload的区别? override 表示重写,overload 表示重载.override是子类和父类之间的关系,是垂直关系:overload是同一个类中方法之间的关系,是水 ...

  9. 6 tips for recovering from a flop

    6 tips for recovering from a flop职场没有失败:6招走出工作失误阴影"We all make mistakes, if we're going to lear ...

  10. CentOS编译安装Python3

    前话 最近想学一下一门新的高级语言,无意中看到用python仿AIphaGo的github项目,就决定是他了. AIphaGo的Git传送门: https://github.com/Rochester ...