新立德打开就消失 求解

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
头像
lonely007
帖子: 29
注册时间: 2008-07-12 11:52
来自: 山东济宁

新立德打开就消失 求解

#1

帖子 lonely007 » 2009-06-21 9:22

新立德和更新管理器还有添加删除都打不开了 打开就消失


sun@sun-desktop:~$ apt-get install synaptic
E: 无法打开锁文件 /var/lib/dpkg/lock - open (13 Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
sun@sun-desktop:~$ sudo dpkg --configure -a
[sudo] password for sun:
sun@sun-desktop:~$ apt-get update
E: 无法打开锁文件 /var/lib/apt/lists/lock - open (13 Permission denied)
E: 无法对状态列表目录加锁
sun@sun-desktop:~$ apt-get install gnome
E: 无法打开锁文件 /var/lib/dpkg/lock - open (13 Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
sun@sun-desktop:~$ sudo apt-get -f install
段错误取软件包列表... 0%
sun@sun-desktop:~$ apt-get update
E: 无法打开锁文件 /var/lib/apt/lists/lock - open (13 Permission denied)
E: 无法对状态列表目录加锁
sun@sun-desktop:~$

不用管代码 现在是那个 新立德和更新管理器还有添加删除都打不开了 打开就消失
上次由 lonely007 在 2009-06-21 11:06,总共编辑 2 次。
头像
haria1988
帖子: 689
注册时间: 2008-04-17 17:53
来自: 江苏.无锡
联系:

Re: 新立德打开就消失 求解

#2

帖子 haria1988 » 2009-06-21 9:42

sudo
头像
lonely007
帖子: 29
注册时间: 2008-07-12 11:52
来自: 山东济宁

Re: 新立德打开就消失 求解

#3

帖子 lonely007 » 2009-06-21 10:33

怎么回事 谁能够说清楚点 我是小白 谢谢大家咯
头像
smallapple
论坛版主
帖子: 7868
注册时间: 2009-03-28 15:12

Re: 新立德打开就消失 求解

#4

帖子 smallapple » 2009-06-21 10:52

代码: 全选

sudo apt-get update 
sudo apt-get install synaptic
头像
lonely007
帖子: 29
注册时间: 2008-07-12 11:52
来自: 山东济宁

Re: 新立德打开就消失 求解

#5

帖子 lonely007 » 2009-06-21 11:04

不是代码 我的意思是 添加删除和心里得都打不开了~~ :em06
头像
smallapple
论坛版主
帖子: 7868
注册时间: 2009-03-28 15:12

Re: 新立德打开就消失 求解

#6

帖子 smallapple » 2009-06-21 11:12

代码: 全选

sudo synaptic
sudo gnome-app-install
sudo update-manager
看什么报错。
头像
lonely007
帖子: 29
注册时间: 2008-07-12 11:52
来自: 山东济宁

Re: 新立德打开就消失 求解

#7

帖子 lonely007 » 2009-06-21 11:27

sun@sun-desktop:~$ sudo synaptic
段错误
sun@sun-desktop:~$ sudo gnome-app-install

** (gnome-app-install:5774): WARNING **: return value of custom widget handler was not a GtkWidget
段错误
sun@sun-desktop:~$ sudo update-manager
段错误
sun@sun-desktop:~$




好解决么? 不希望重装阿
头像
smallapple
论坛版主
帖子: 7868
注册时间: 2009-03-28 15:12

Re: 新立德打开就消失 求解

#8

帖子 smallapple » 2009-06-21 11:38

这三软件包个重装下试试

代码: 全选

sudo apt-get --reinstall install synaptic update-manager gnome-app-install
头像
lonely007
帖子: 29
注册时间: 2008-07-12 11:52
来自: 山东济宁

Re: 新立德打开就消失 求解

#9

帖子 lonely007 » 2009-06-21 11:44

段错误取软件包列表... 0%
怎么办
头像
smallapple
论坛版主
帖子: 7868
注册时间: 2009-03-28 15:12

Re: 新立德打开就消失 求解

#10

帖子 smallapple » 2009-06-21 12:48

也许是status文件坏了,这样试试吧

代码: 全选

sudo mv /var/lib/dpkg/status /var/lib/dpkg/status.bak
sudo cp /var/backups/dpkg.status.0 /var/lib/dpkg/status
sudo apt-get update
sudo apt-get -f install
头像
wangdu2002
帖子: 13284
注册时间: 2008-12-13 19:39
来自: 物华天宝人杰地灵

Re: 新立德打开就消失 求解

#11

帖子 wangdu2002 » 2009-06-21 12:52

也许重启后进恢复模式可以搞得定,楼主是wubi系统还是标准系统。 :em06
行到水穷处,坐看云起时。
海内生明月,天涯共此夕。
--------------------吾本独!
头像
lonely007
帖子: 29
注册时间: 2008-07-12 11:52
来自: 山东济宁

Re: 新立德打开就消失 求解

#12

帖子 lonely007 » 2009-06-21 14:19

sun@sun-desktop:~$ sudo mv /var/lib/dpkg/status /var/lib/dpkg/status.bak
[sudo] password for sun:
sun@sun-desktop:~$ sudo cp /var/backups/dpkg.status.0 /var/lib/dpkg/status
sun@sun-desktop:~$ sudo apt-get update
命中 http://mirrors.163.com jaunty Release.gpg
命中 http://mirrors.163.com jaunty/main Translation-zh_CN
命中 http://mirrors.163.com jaunty/restricted Translation-zh_CN
命中 http://mirrors.163.com jaunty/universe Translation-zh_CN
命中 http://mirrors.163.com jaunty/multiverse Translation-zh_CN
命中 http://mirrors.163.com jaunty-security Release.gpg
忽略 http://mirrors.163.com jaunty-security/main Translation-zh_CN
忽略 http://mirrors.163.com jaunty-security/restricted Translation-zh_CN
忽略 http://ubuntu.cn99.com gutsy-backports Release.gpg
忽略 http://ubuntu.cn99.com gutsy Release.gpg
忽略 http://ubuntu.cn99.com gutsy/main Translation-zh_CN
忽略 http://ubuntu.cn99.com gutsy/restricted Translation-zh_CN
忽略 http://ubuntu.cn99.com gutsy/universe Translation-zh_CN
忽略 http://mirrors.163.com jaunty-security/universe Translation-zh_CN
忽略 http://mirrors.163.com jaunty-security/multiverse Translation-zh_CN
命中 http://mirrors.163.com jaunty-updates Release.gpg
忽略 http://mirrors.163.com jaunty-updates/main Translation-zh_CN
忽略 http://ubuntu.cn99.com gutsy/multiverse Translation-zh_CN
忽略 http://ubuntu.cn99.com gutsy-backports Release
忽略 http://ubuntu.cn99.com gutsy Release
命中 http://ubuntu.dormforce.net jaunty Release.gpg
忽略 http://mirrors.163.com jaunty-updates/restricted Translation-zh_CN
忽略 http://mirrors.163.com jaunty-updates/universe Translation-zh_CN
忽略 http://mirrors.163.com jaunty-updates/multiverse Translation-zh_CN
命中 http://mirrors.163.com jaunty-proposed Release.gpg
忽略 http://mirrors.163.com jaunty-proposed/main Translation-zh_CN
忽略 http://mirrors.163.com jaunty-proposed/restricted Translation-zh_CN
忽略 http://mirrors.163.com jaunty-proposed/universe Translation-zh_CN
忽略 http://ubuntu.cn99.com gutsy-backports/main Sources
忽略 http://ubuntu.cn99.com gutsy-backports/restricted Sources
忽略 http://ubuntu.cn99.com gutsy-backports/universe Sources
忽略 http://ubuntu.cn99.com gutsy-backports/multiverse Sources
忽略 http://mirrors.163.com jaunty-proposed/multiverse Translation-zh_CN
命中 http://mirrors.163.com jaunty-backports Release.gpg
忽略 http://mirrors.163.com jaunty-backports/main Translation-zh_CN
忽略 http://mirrors.163.com jaunty-backports/restricted Translation-zh_CN
忽略 http://mirrors.163.com jaunty-backports/universe Translation-zh_CN
忽略 http://mirrors.163.com jaunty-backports/multiverse Translation-zh_CN
忽略 http://ubuntu.cn99.com gutsy/main Packages
忽略 http://ubuntu.cn99.com gutsy/restricted Packages
忽略 http://ubuntu.cn99.com gutsy/universe Packages
忽略 http://ubuntu.cn99.com gutsy/multiverse Packages
命中 http://ubuntu.dormforce.net jaunty/main Translation-zh_CN
命中 http://mirrors.163.com jaunty Release
命中 http://mirrors.163.com jaunty-security Release
命中 http://mirrors.163.com jaunty-updates Release
命中 http://mirrors.163.com jaunty-proposed Release
命中 http://mirrors.163.com jaunty-backports Release
忽略 http://ubuntu.cn99.com gutsy-backports/main Sources
忽略 http://ubuntu.cn99.com gutsy-backports/restricted Sources
忽略 http://ubuntu.cn99.com gutsy-backports/universe Sources
忽略 http://ubuntu.cn99.com gutsy-backports/multiverse Sources
命中 http://ubuntu.cn99.com gutsy/main Packages
命中 http://ubuntu.cn99.com gutsy/restricted Packages
命中 http://ubuntu.cn99.com gutsy/universe Packages
命中 http://mirrors.163.com jaunty/main Packages
命中 http://ubuntu.dormforce.net jaunty/multiverse Translation-zh_CN
命中 http://ubuntu.cn99.com gutsy/multiverse Packages
错误 http://ubuntu.cn99.com gutsy-backports/main Sources
404 Not Found
错误 http://ubuntu.cn99.com gutsy-backports/restricted Sources
404 Not Found
命中 http://mirrors.163.com jaunty/restricted Packages
命中 http://mirrors.163.com jaunty/universe Packages
命中 http://mirrors.163.com jaunty/multiverse Packages
命中 http://mirrors.163.com jaunty/main Sources
命中 http://mirrors.163.com jaunty/restricted Sources
命中 http://mirrors.163.com jaunty/universe Sources
命中 http://mirrors.163.com jaunty/multiverse Sources
错误 http://ubuntu.cn99.com gutsy-backports/universe Sources
404 Not Found
错误 http://ubuntu.cn99.com gutsy-backports/multiverse Sources
404 Not Found
命中 http://mirrors.163.com jaunty-security/main Packages
命中 http://mirrors.163.com jaunty-security/restricted Packages
命中 http://mirrors.163.com jaunty-security/universe Packages
命中 http://mirrors.163.com jaunty-security/multiverse Packages
命中 http://mirrors.163.com jaunty-security/main Sources
命中 http://mirrors.163.com jaunty-security/restricted Sources
命中 http://mirrors.163.com jaunty-security/universe Sources
命中 http://mirrors.163.com jaunty-security/multiverse Sources
命中 http://mirrors.163.com jaunty-updates/main Packages
命中 http://mirrors.163.com jaunty-updates/restricted Packages
命中 http://ubuntu.dormforce.net jaunty/restricted Translation-zh_CN
命中 http://mirrors.163.com jaunty-updates/universe Packages
命中 http://mirrors.163.com jaunty-updates/multiverse Packages
命中 http://mirrors.163.com jaunty-updates/main Sources
命中 http://mirrors.163.com jaunty-updates/restricted Sources
命中 http://mirrors.163.com jaunty-updates/universe Sources
命中 http://mirrors.163.com jaunty-updates/multiverse Sources
命中 http://mirrors.163.com jaunty-proposed/main Packages
命中 http://mirrors.163.com jaunty-proposed/restricted Packages
命中 http://mirrors.163.com jaunty-proposed/universe Packages
获取:1 http://wine.budgetdedicated.com jaunty Release.gpg [191B]
忽略 http://wine.budgetdedicated.com jaunty/main Translation-zh_CN
命中 http://mirrors.163.com jaunty-proposed/multiverse Packages
命中 http://mirrors.163.com jaunty-proposed/main Sources
命中 http://mirrors.163.com jaunty-proposed/restricted Sources
命中 http://mirrors.163.com jaunty-proposed/universe Sources
命中 http://mirrors.163.com jaunty-proposed/multiverse Sources
命中 http://mirrors.163.com jaunty-backports/main Packages
命中 http://mirrors.163.com jaunty-backports/restricted Packages
命中 http://mirrors.163.com jaunty-backports/universe Packages
命中 http://ubuntu.dormforce.net jaunty/universe Translation-zh_CN
命中 http://mirrors.163.com jaunty-backports/multiverse Packages
命中 http://mirrors.163.com jaunty-backports/main Sources
命中 http://mirrors.163.com jaunty-backports/restricted Sources
命中 http://mirrors.163.com jaunty-backports/universe Sources
命中 http://mirrors.163.com jaunty-backports/multiverse Sources
获取:2 http://wine.budgetdedicated.com jaunty Release [1019B]
忽略 http://wine.budgetdedicated.com jaunty Release
命中 http://ubuntu.dormforce.net jaunty-backports Release.gpg
忽略 http://ubuntu.dormforce.net jaunty-backports/main Translation-zh_CN
忽略 http://ubuntu.dormforce.net jaunty-backports/multiverse Translation-zh_CN
忽略 http://ubuntu.dormforce.net jaunty-backports/restricted Translation-zh_CN
忽略 http://ubuntu.dormforce.net jaunty-backports/universe Translation-zh_CN
命中 http://ubuntu.dormforce.net jaunty-proposed Release.gpg
忽略 http://wine.budgetdedicated.com jaunty/main Packages
忽略 http://ubuntu.dormforce.net jaunty-proposed/main Translation-zh_CN
忽略 http://ubuntu.dormforce.net jaunty-proposed/multiverse Translation-zh_CN
忽略 http://ubuntu.dormforce.net jaunty-proposed/restricted Translation-zh_CN
忽略 http://ubuntu.dormforce.net jaunty-proposed/universe Translation-zh_CN
命中 http://ubuntu.dormforce.net jaunty-security Release.gpg
命中 http://wine.budgetdedicated.com jaunty/main Packages
忽略 http://ubuntu.dormforce.net jaunty-security/main Translation-zh_CN
忽略 http://ubuntu.dormforce.net jaunty-security/multiverse Translation-zh_CN
忽略 http://ubuntu.dormforce.net jaunty-security/restricted Translation-zh_CN
忽略 http://ubuntu.dormforce.net jaunty-security/universe Translation-zh_CN
命中 http://ubuntu.dormforce.net jaunty-updates Release.gpg
忽略 http://ubuntu.dormforce.net jaunty-updates/main Translation-zh_CN
忽略 http://ubuntu.dormforce.net jaunty-updates/multiverse Translation-zh_CN
忽略 http://ubuntu.dormforce.net jaunty-updates/restricted Translation-zh_CN
忽略 http://ubuntu.dormforce.net jaunty-updates/universe Translation-zh_CN
命中 http://ubuntu.dormforce.net jaunty Release
命中 http://ubuntu.dormforce.net jaunty-backports Release
命中 http://ubuntu.dormforce.net jaunty-proposed Release
命中 http://ubuntu.dormforce.net jaunty-security Release
命中 http://ubuntu.dormforce.net jaunty-updates Release
命中 http://ubuntu.dormforce.net jaunty/main Packages
命中 http://ubuntu.dormforce.net jaunty/multiverse Packages
命中 http://ubuntu.dormforce.net jaunty/restricted Packages
命中 http://ubuntu.dormforce.net jaunty/universe Packages
命中 http://ubuntu.dormforce.net jaunty/main Sources
命中 http://ubuntu.dormforce.net jaunty/multiverse Sources
命中 http://ubuntu.dormforce.net jaunty/restricted Sources
命中 http://tw.archive.ubuntu.com jaunty Release.gpg
命中 http://ubuntu.dormforce.net jaunty/universe Sources
命中 http://ubuntu.dormforce.net jaunty-backports/main Packages
命中 http://tw.archive.ubuntu.com jaunty/main Translation-zh_CN
命中 http://ubuntu.dormforce.net jaunty-backports/multiverse Packages
命中 http://ubuntu.dormforce.net jaunty-backports/restricted Packages
命中 http://tw.archive.ubuntu.com jaunty/restricted Translation-zh_CN
命中 http://ubuntu.dormforce.net jaunty-backports/universe Packages
命中 http://ubuntu.dormforce.net jaunty-backports/main Sources
命中 http://tw.archive.ubuntu.com jaunty/universe Translation-zh_CN
命中 http://ubuntu.dormforce.net jaunty-backports/multiverse Sources
命中 http://tw.archive.ubuntu.com jaunty/multiverse Translation-zh_CN
命中 http://ubuntu.dormforce.net jaunty-backports/restricted Sources
命中 http://ubuntu.dormforce.net jaunty-backports/universe Sources
命中 http://tw.archive.ubuntu.com jaunty-security Release.gpg
命中 http://ubuntu.dormforce.net jaunty-proposed/main Packages
命中 http://ubuntu.dormforce.net jaunty-proposed/multiverse Packages
忽略 http://tw.archive.ubuntu.com jaunty-security/main Translation-zh_CN
命中 http://ubuntu.dormforce.net jaunty-proposed/restricted Packages
命中 http://ubuntu.dormforce.net jaunty-proposed/universe Packages
忽略 http://tw.archive.ubuntu.com jaunty-security/restricted Translation-zh_CN
命中 http://ubuntu.dormforce.net jaunty-proposed/main Sources
忽略 http://tw.archive.ubuntu.com jaunty-security/universe Translation-zh_CN
命中 http://ubuntu.dormforce.net jaunty-proposed/multiverse Sources
命中 http://ubuntu.dormforce.net jaunty-proposed/restricted Sources
忽略 http://tw.archive.ubuntu.com jaunty-security/multiverse Translation-zh_CN
命中 http://ubuntu.dormforce.net jaunty-proposed/universe Sources
命中 http://ubuntu.dormforce.net jaunty-security/main Packages
命中 http://tw.archive.ubuntu.com jaunty-updates Release.gpg
命中 http://ubuntu.dormforce.net jaunty-security/multiverse Packages
命中 http://ubuntu.dormforce.net jaunty-security/restricted Packages
忽略 http://tw.archive.ubuntu.com jaunty-updates/main Translation-zh_CN
命中 http://ubuntu.dormforce.net jaunty-security/universe Packages
命中 http://ubuntu.dormforce.net jaunty-security/main Sources
忽略 http://tw.archive.ubuntu.com jaunty-updates/restricted Translation-zh_CN
命中 http://ubuntu.dormforce.net jaunty-security/multiverse Sources
忽略 http://tw.archive.ubuntu.com jaunty-updates/universe Translation-zh_CN
命中 http://ubuntu.dormforce.net jaunty-security/restricted Sources
命中 http://ubuntu.dormforce.net jaunty-security/universe Sources
忽略 http://tw.archive.ubuntu.com jaunty-updates/multiverse Translation-zh_CN
命中 http://ubuntu.dormforce.net jaunty-updates/main Packages
命中 http://ubuntu.dormforce.net jaunty-updates/multiverse Packages
命中 http://tw.archive.ubuntu.com jaunty-proposed Release.gpg
命中 http://ubuntu.dormforce.net jaunty-updates/restricted Packages
忽略 http://tw.archive.ubuntu.com jaunty-proposed/main Translation-zh_CN
命中 http://ubuntu.dormforce.net jaunty-updates/universe Packages
命中 http://ubuntu.dormforce.net jaunty-updates/main Sources
忽略 http://tw.archive.ubuntu.com jaunty-proposed/restricted Translation-zh_CN
命中 http://ubuntu.dormforce.net jaunty-updates/multiverse Sources
命中 http://ubuntu.dormforce.net jaunty-updates/restricted Sources
命中 http://ubuntu.dormforce.net jaunty-updates/universe Sources
忽略 http://tw.archive.ubuntu.com jaunty-proposed/universe Translation-zh_CN
忽略 http://tw.archive.ubuntu.com jaunty-proposed/multiverse Translation-zh_CN
命中 http://tw.archive.ubuntu.com jaunty-backports Release.gpg
忽略 http://tw.archive.ubuntu.com jaunty-backports/main Translation-zh_CN
忽略 http://tw.archive.ubuntu.com jaunty-backports/restricted Translation-zh_CN
忽略 http://tw.archive.ubuntu.com jaunty-backports/universe Translation-zh_CN
忽略 http://tw.archive.ubuntu.com jaunty-backports/multiverse Translation-zh_CN
命中 http://tw.archive.ubuntu.com jaunty Release
错误 http://ubuntu.csie.ntu.edu.tw jaunty Release.gpg
无法解析域名“ubuntu.csie.ntu.edu.tw”
错误 http://ubuntu.csie.ntu.edu.tw jaunty/main Translation-zh_CN
无法解析域名“ubuntu.csie.ntu.edu.tw”
错误 http://ubuntu.csie.ntu.edu.tw jaunty/restricted Translation-zh_CN
无法解析域名“ubuntu.csie.ntu.edu.tw”
错误 http://ubuntu.csie.ntu.edu.tw jaunty/universe Translation-zh_CN
无法解析域名“ubuntu.csie.ntu.edu.tw”
错误 http://ubuntu.csie.ntu.edu.tw jaunty/multiverse Translation-zh_CN
无法解析域名“ubuntu.csie.ntu.edu.tw”
错误 http://ubuntu.csie.ntu.edu.tw jaunty-updates Release.gpg
无法解析域名“ubuntu.csie.ntu.edu.tw”
错误 http://ubuntu.csie.ntu.edu.tw jaunty-updates/main Translation-zh_CN
无法解析域名“ubuntu.csie.ntu.edu.tw”
错误 http://ubuntu.csie.ntu.edu.tw jaunty-updates/restricted Translation-zh_CN
无法解析域名“ubuntu.csie.ntu.edu.tw”
错误 http://ubuntu.csie.ntu.edu.tw jaunty-updates/universe Translation-zh_CN
无法解析域名“ubuntu.csie.ntu.edu.tw”
错误 http://ubuntu.csie.ntu.edu.tw jaunty-updates/multiverse Translation-zh_CN
无法解析域名“ubuntu.csie.ntu.edu.tw”
错误 http://ubuntu.csie.ntu.edu.tw jaunty-backports Release.gpg
无法解析域名“ubuntu.csie.ntu.edu.tw”
错误 http://ubuntu.csie.ntu.edu.tw jaunty-backports/main Translation-zh_CN
无法解析域名“ubuntu.csie.ntu.edu.tw”
错误 http://ubuntu.csie.ntu.edu.tw jaunty-backports/restricted Translation-zh_CN
无法解析域名“ubuntu.csie.ntu.edu.tw”
错误 http://ubuntu.csie.ntu.edu.tw jaunty-backports/universe Translation-zh_CN
无法解析域名“ubuntu.csie.ntu.edu.tw”
错误 http://ubuntu.csie.ntu.edu.tw jaunty-backports/multiverse Translation-zh_CN
无法解析域名“ubuntu.csie.ntu.edu.tw”
错误 http://ubuntu.csie.ntu.edu.tw jaunty-security Release.gpg
无法解析域名“ubuntu.csie.ntu.edu.tw”
错误 http://ubuntu.csie.ntu.edu.tw jaunty-security/main Translation-zh_CN
无法解析域名“ubuntu.csie.ntu.edu.tw”
错误 http://ubuntu.csie.ntu.edu.tw jaunty-security/restricted Translation-zh_CN
无法解析域名“ubuntu.csie.ntu.edu.tw”
错误 http://ubuntu.csie.ntu.edu.tw jaunty-security/universe Translation-zh_CN
无法解析域名“ubuntu.csie.ntu.edu.tw”
错误 http://ubuntu.csie.ntu.edu.tw jaunty-security/multiverse Translation-zh_CN
无法解析域名“ubuntu.csie.ntu.edu.tw”
错误 http://ubuntu.csie.ntu.edu.tw jaunty-proposed Release.gpg
无法解析域名“ubuntu.csie.ntu.edu.tw”
错误 http://ubuntu.csie.ntu.edu.tw jaunty-proposed/main Translation-zh_CN
无法解析域名“ubuntu.csie.ntu.edu.tw”
错误 http://ubuntu.csie.ntu.edu.tw jaunty-proposed/multiverse Translation-zh_CN
无法解析域名“ubuntu.csie.ntu.edu.tw”
错误 http://ubuntu.csie.ntu.edu.tw jaunty-proposed/restricted Translation-zh_CN
无法解析域名“ubuntu.csie.ntu.edu.tw”
错误 http://ubuntu.csie.ntu.edu.tw jaunty-proposed/universe Translation-zh_CN
无法解析域名“ubuntu.csie.ntu.edu.tw”
命中 http://tw.archive.ubuntu.com jaunty-security Release
命中 http://tw.archive.ubuntu.com jaunty-updates Release
命中 http://tw.archive.ubuntu.com jaunty-proposed Release
命中 http://tw.archive.ubuntu.com jaunty-backports Release
命中 http://tw.archive.ubuntu.com jaunty/main Packages
命中 http://tw.archive.ubuntu.com jaunty/restricted Packages
命中 http://tw.archive.ubuntu.com jaunty/universe Packages
命中 http://tw.archive.ubuntu.com jaunty/multiverse Packages
命中 http://tw.archive.ubuntu.com jaunty/main Sources
命中 http://tw.archive.ubuntu.com jaunty/restricted Sources
命中 http://tw.archive.ubuntu.com jaunty/universe Sources
命中 http://tw.archive.ubuntu.com jaunty/multiverse Sources
命中 http://tw.archive.ubuntu.com jaunty-security/main Packages
命中 http://tw.archive.ubuntu.com jaunty-security/restricted Packages
命中 http://tw.archive.ubuntu.com jaunty-security/universe Packages
命中 http://tw.archive.ubuntu.com jaunty-security/multiverse Packages
命中 http://tw.archive.ubuntu.com jaunty-security/main Sources
命中 http://tw.archive.ubuntu.com jaunty-security/restricted Sources
命中 http://tw.archive.ubuntu.com jaunty-security/universe Sources
命中 http://tw.archive.ubuntu.com jaunty-security/multiverse Sources
命中 http://tw.archive.ubuntu.com jaunty-updates/main Packages
命中 http://tw.archive.ubuntu.com jaunty-updates/restricted Packages
命中 http://tw.archive.ubuntu.com jaunty-updates/universe Packages
命中 http://tw.archive.ubuntu.com jaunty-updates/multiverse Packages
命中 http://tw.archive.ubuntu.com jaunty-updates/main Sources
命中 http://tw.archive.ubuntu.com jaunty-updates/restricted Sources
命中 http://tw.archive.ubuntu.com jaunty-updates/universe Sources
命中 http://tw.archive.ubuntu.com jaunty-updates/multiverse Sources
命中 http://tw.archive.ubuntu.com jaunty-proposed/main Packages
命中 http://tw.archive.ubuntu.com jaunty-proposed/restricted Packages
命中 http://tw.archive.ubuntu.com jaunty-proposed/universe Packages
命中 http://tw.archive.ubuntu.com jaunty-proposed/multiverse Packages
命中 http://tw.archive.ubuntu.com jaunty-proposed/main Sources
命中 http://tw.archive.ubuntu.com jaunty-proposed/restricted Sources
命中 http://tw.archive.ubuntu.com jaunty-proposed/universe Sources
命中 http://tw.archive.ubuntu.com jaunty-proposed/multiverse Sources
命中 http://tw.archive.ubuntu.com jaunty-backports/main Packages
命中 http://tw.archive.ubuntu.com jaunty-backports/restricted Packages
命中 http://tw.archive.ubuntu.com jaunty-backports/universe Packages
命中 http://tw.archive.ubuntu.com jaunty-backports/multiverse Packages
命中 http://tw.archive.ubuntu.com jaunty-backports/main Sources
命中 http://tw.archive.ubuntu.com jaunty-backports/restricted Sources
命中 http://tw.archive.ubuntu.com jaunty-backports/universe Sources
命中 http://tw.archive.ubuntu.com jaunty-backports/multiverse Sources
下载 192B,耗时 33s (6B/s)
段错误取软件包列表... 0%
sun@sun-desktop:~$ sudo apt-get -f install
段错误取软件包列表... 0%
sun@sun-desktop:~$



还是不行 你看下 重启不管 我硬盘安装的
liumiao
帖子: 30
注册时间: 2009-07-17 3:04

Re: 新立德打开就消失 求解

#13

帖子 liumiao » 2009-07-19 20:55

我也遇到同样问题,现象一模一样,提示:“段错误取软件包列表... 0%“。
liumiao
帖子: 30
注册时间: 2009-07-17 3:04

Re: 新立德打开就消失 求解

#14

帖子 liumiao » 2009-07-19 20:55

命中 http://ubuntu.dormforce.net jaunty Release.gpg
命中 http://ubuntu.dormforce.net jaunty/main Translation-zh_CN
命中 http://ubuntu.dormforce.net jaunty/restricted Translation-zh_CN
命中 http://ubuntu.dormforce.net jaunty/universe Translation-zh_CN
命中 http://ubuntu.dormforce.net jaunty/multiverse Translation-zh_CN
命中 http://ubuntu.dormforce.net jaunty-updates Release.gpg
忽略 http://ubuntu.dormforce.net jaunty-updates/main Translation-zh_CN
忽略 http://ubuntu.dormforce.net jaunty-updates/restricted Translation-zh_CN
忽略 http://ubuntu.dormforce.net jaunty-updates/universe Translation-zh_CN
忽略 http://ubuntu.dormforce.net jaunty-updates/multiverse Translation-zh_CN
命中 http://ubuntu.dormforce.net jaunty-security Release.gpg
忽略 http://ubuntu.dormforce.net jaunty-security/main Translation-zh_CN
忽略 http://ubuntu.dormforce.net jaunty-security/restricted Translation-zh_CN
忽略 http://ubuntu.dormforce.net jaunty-security/universe Translation-zh_CN
忽略 http://ubuntu.dormforce.net jaunty-security/multiverse Translation-zh_CN
命中 http://ubuntu.dormforce.net jaunty Release
命中 http://ubuntu.dormforce.net jaunty-updates Release
命中 http://ubuntu.dormforce.net jaunty-security Release
命中 http://ubuntu.dormforce.net jaunty/main Packages
命中 http://ubuntu.dormforce.net jaunty/restricted Packages
命中 http://ubuntu.dormforce.net jaunty/main Sources
命中 http://ubuntu.dormforce.net jaunty/restricted Sources
命中 http://ubuntu.dormforce.net jaunty/universe Packages
命中 http://ubuntu.dormforce.net jaunty/universe Sources
命中 http://ubuntu.dormforce.net jaunty/multiverse Packages
命中 http://ubuntu.dormforce.net jaunty/multiverse Sources
命中 http://ubuntu.dormforce.net jaunty-updates/main Packages
命中 http://ubuntu.dormforce.net jaunty-updates/restricted Packages
命中 http://ubuntu.dormforce.net jaunty-updates/main Sources
命中 http://ubuntu.dormforce.net jaunty-updates/restricted Sources
命中 http://ubuntu.dormforce.net jaunty-updates/universe Packages
命中 http://ubuntu.dormforce.net jaunty-updates/universe Sources
命中 http://ubuntu.dormforce.net jaunty-updates/multiverse Packages
命中 http://ubuntu.dormforce.net jaunty-updates/multiverse Sources
命中 http://ubuntu.dormforce.net jaunty-security/main Packages
命中 http://ubuntu.dormforce.net jaunty-security/restricted Packages
命中 http://ubuntu.dormforce.net jaunty-security/main Sources
命中 http://ubuntu.dormforce.net jaunty-security/restricted Sources
命中 http://ubuntu.dormforce.net jaunty-security/universe Packages
命中 http://ubuntu.dormforce.net jaunty-security/universe Sources
命中 http://ubuntu.dormforce.net jaunty-security/multiverse Packages
命中 http://ubuntu.dormforce.net jaunty-security/multiverse Sources
段错误取软件包列表... 0%
liumiao@liumiao-desktop:~$ sudo apt-get -f install
段错误取软件包列表... 0%
liumiao@liumiao-desktop:~$
头像
BigSnake.NET
帖子: 12522
注册时间: 2006-07-02 11:16
来自: 廣州
联系:

Re: 新立德打开就消失 求解

#15

帖子 BigSnake.NET » 2009-07-19 20:58

那个源列表怎么乱七八糟的...

把源列表清空, sudo apt-get update 看说什么
^_^ ~~~
要理解递归,首先要理解递归。

地球人都知道,理论上,理论跟实际是没有差别的,但实际上,理论跟实际的差别是相当大滴。
回复