deb包依赖关系的问题……

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

deb包依赖关系的问题……

#1

帖子 CRAZY_PALADIN » 2010-03-29 22:07

学python,要用到pygame,于是apt-get install python-pygame,提示有安装包不能安装
去官网下deb包,结果一层一层的依赖关系真是叫我抓狂啊……
python-pygame 依赖 python-numpy 依赖 libblas3gf 依赖 libgfortran3,这几个包还都不能apt-get,只得去packages.ubuntu.com一个一个下
结果安装libgfortran3这个包的时候Dependency is not satisfiable: gcc-4.4-base (= 4.4.1-4ubuntu8)

edit: 问题是,我明明在packages.ubuntu.com看到libgfortran3依赖gcc-4.4-base,版本4.4.1-4ubuntu8,但是安装libgfortran3包时却提示依赖关系无法满足,然后我再下了这个页面提供的gcc-4.4-base,结果说已经安了更新的包。图片见3L

edit2: 本来只是纯粹抱怨一下,但是后来发现这个问题自己还真解决不了 :em06 ,故换个名字,希望大家可以帮忙解决一下
上次由 CRAZY_PALADIN 在 2010-03-30 14:22,总共编辑 2 次。
Freedom is the power to decide what your computer does, and the only way to have this freedom is to know what your computer is
doing. Freedom is a computer that is without secrets, one where everything can be known if you care enough to find out.
delectate
帖子: 18311
注册时间: 2008-01-09 22:41

Re: 这个依赖关系让我有点抓狂

#2

帖子 delectate » 2010-03-29 22:11

first,you should choice a faster,sceutiry and latest source

then

代码: 全选

sudo apt-get update
sudo apt-get install ***
CRAZY_PALADIN
帖子: 302
注册时间: 2009-07-04 16:18

Re: 这个依赖关系让我有点抓狂

#3

帖子 CRAZY_PALADIN » 2010-03-29 22:13

上两张图
回2L,用的骨头源,而且我包也是在Ubuntu官网下的,看看图吧
附件
Screenshot2.png
Screenshot.png
Freedom is the power to decide what your computer does, and the only way to have this freedom is to know what your computer is
doing. Freedom is a computer that is without secrets, one where everything can be known if you care enough to find out.
头像
wangdu2002
帖子: 13284
注册时间: 2008-12-13 19:39
来自: 物华天宝人杰地灵

Re: 这个依赖关系让我有点抓狂

#4

帖子 wangdu2002 » 2010-03-29 22:54

可能是包没有打好,换1004试试看。 :em06
行到水穷处,坐看云起时。
海内生明月,天涯共此夕。
--------------------吾本独!
CRAZY_PALADIN
帖子: 302
注册时间: 2009-07-04 16:18

Re: 这个依赖关系让我有点抓狂

#5

帖子 CRAZY_PALADIN » 2010-03-30 8:50

10.04……那玩意不是还没出正式版么,不想当小白鼠…… :em03
Freedom is the power to decide what your computer does, and the only way to have this freedom is to know what your computer is
doing. Freedom is a computer that is without secrets, one where everything can be known if you care enough to find out.
头像
tenzu
论坛版主
帖子: 36924
注册时间: 2008-11-21 20:26

Re: 这个依赖关系让我有点抓狂

#6

帖子 tenzu » 2010-03-30 9:22

传说中的denpendence hell?
CRAZY_PALADIN
帖子: 302
注册时间: 2009-07-04 16:18

Re: deb包依赖关系的问题……

#7

帖子 CRAZY_PALADIN » 2010-03-30 14:23

人!工!置!顶!
……不要怪我水了……
Freedom is the power to decide what your computer does, and the only way to have this freedom is to know what your computer is
doing. Freedom is a computer that is without secrets, one where everything can be known if you care enough to find out.
头像
速腾1994
论坛版主
帖子: 17379
注册时间: 2008-11-01 20:43
系统: Arch+gnome

Re: deb包依赖关系的问题……

#8

帖子 速腾1994 » 2010-03-30 15:12

CRAZY_PALADIN 写了:人!工!置!顶!
……不要怪我水了……
好的! :em09
头像
速腾1994
论坛版主
帖子: 17379
注册时间: 2008-11-01 20:43
系统: Arch+gnome

Re: deb包依赖关系的问题……

#9

帖子 速腾1994 » 2010-03-30 15:12

9楼不留!
头像
速腾1994
论坛版主
帖子: 17379
注册时间: 2008-11-01 20:43
系统: Arch+gnome

Re: deb包依赖关系的问题……

#10

帖子 速腾1994 » 2010-03-30 15:12

不懂帮顶!
头像
速腾1994
论坛版主
帖子: 17379
注册时间: 2008-11-01 20:43
系统: Arch+gnome

Re: deb包依赖关系的问题……

#11

帖子 速腾1994 » 2010-03-30 15:13

坐等13F :em04
xtud
帖子: 34
注册时间: 2010-02-23 22:14

Re: 这个依赖关系让我有点抓狂

#12

帖子 xtud » 2010-03-30 15:43

delectate 写了:first,you should choice a faster,sceutiry and latest source

then

代码: 全选

sudo apt-get update
sudo apt-get install ***
我也觉得加其它源就可以了,像北京理工的。
个人认 为北京理工的源还是蛮不错的……
身在教育网………………
回复