分享

ubuntu 10.10 apt-get 404错误处理方法

 深入敌后_ 2013-05-09

Am using ubuntu 10.10[32bit] machine,Am not able to install any software and even apt-get update,Am getting the fallowing error

W: Failed to fetch http://in.archive./ubuntu/dists/maverick-updates/multiverse/source/Sources.gz 404 Not Found [IP: 91.189.92.200 80]

Some forums suggest to upgrade to newer version of ubuntu,But I have some issues for that,I need to be in 10.10 and need to work with apt-get install also , What i need to Do ?? Am newbie to Linux platform,Please suggest the way to resolve the problem .

share|improve this question
I think you should consider upgrading, Ubuntu 10.10 reached end of life april 2012. fridge./2012/04/10/… – Anders Lindahl Jan 16 at 14:40
Same suggestion. I never kept Ubuntu for so long, but I guess there is nothing more you can do. Just try to follow the upgrade information you will find at the link provide by anders and upgrade at least until Ubuntu 12.04 (which is a long term release). As a general rule, use LTS releases if you plan to stick with the same release for long time. LTSs come out every 2 years (so 10.04, 12.04, 14.04 etc) – mardavi Jan 16 at 14:46
What @Onur posted is exactly suits for me :) Thanks for your help !! – Mahesh Jan 17 at 7:01

closed as off topic by Matteo, M42, tombom, SWeko, Jon Egerton Feb 8 at 11:18

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 4 down vote accepted

If you don't want to upgrade your version, you need to update your package repositories. You will be able to install new packages but you won't get any updates any more.

More info and instructions are available here: http://ask/a/91821

share|improve this answer


解决方法:

The repositories for older releases that are not supported (like 9.04, 9.10, and 10.10) get moved to an archive server. There are repositories available at http://old-releases.

The reason for this is that it is now out of support and no longer receiving updates and security patches.

I would urge you to consider a supported distribution. If your computer is too old in terms of memory or processor then you should consider a distribution such as Lubuntu or Xubuntu.

If you want to continue using an outdated release then edit /etc/apt/sources.list and changearchive. to old-releases.

You can do this with sed

sudo sed -i -e 's/archive./old-releases./g' /etc/apt/sources.list

then update with

sudo apt-get update && sudo apt-get dist-upgrade

source

See also:


    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多