我一直试图升级我的ubuntu11.04桌面计算机,但是当我单击ugrade按钮时:

我知道这个错误:
我尝试更改我的存储库,但是它在错误中没有任何改变(在“设置新的软件通道”上)。

有人能给我指明正确的方向吗?
这是我的sources.list:
# deb http://ppa.launchpad.net/ailurus/ppa/ubuntu karmic main # disabled on upgrade to karmic
# deb-src http://ppa.launchpad.net/ailurus/ppa/ubuntu karmic main # disabled on upgrade to karmic
# deb cdrom:[Ubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090421.3)]/ jaunty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ natty main restricted multiverse universe
## Major bug fix updates produced after the final release of the
## distribution. deb http://us.archive.ubuntu.com/ubuntu/ natty-updates main restricted multiverse universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team. deb-src http://pt.archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users. deb http://archive.canonical.com/ubuntu natty partner deb-src http://archive.canonical.com/ubuntu natty partner
deb http://us.archive.ubuntu.com/ubuntu/ natty-security main restricted multiverse universe deb http://us.archive.ubuntu.com/ubuntu/ natty-proposed restricted main multiverse universe
# deb http://deb.torproject.org/torproject.org karmic main # disabled on upgrade to maverick
# deb-src http://deb.torproject.org/torproject.org karmic main # disabled on upgrade to maverick deb http://extras.ubuntu.com/ubuntu natty main #Third party developers repository发布于 2012-04-19 19:42:08
您需要从源列表或源list.d/*中删除任何与jaunty相关的存储库。
我之所以直截了当地大张旗鼓,是因为在您的截图中,失败的档案以jau作为发行版名称的开头。
它可能是查找deb-src http://pt.archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse,也可能是在您的源代码中有其他东西。
您可以使用像这这样的文本编辑器编辑/etc/ editor .如果你要编辑它,先复制一份。就像这个答案说的,你需要非常小心地编辑系统配置文件。
发布于 2012-04-18 19:39:03
检查你是否可以平pt.archive.ubuntu.com,如果这不起作用.试着修改你的
/etc/apt/sources.list删除"pt“的引用并保留"archive.ubuntu.com”。这将影响您的下载速度为新安装和更新,但它可能解决问题。
https://askubuntu.com/questions/123217
复制相似问题