怎么办呢?
root@debian:/home/tiger# apt-get -f install gimp
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
gimp : Depends: libgimp2.0 (>= 2.6.10) but it is not going to be installed
Depends: libgimp2.0 (<= 2.6.10-z) but it is not going to be installed
Depends: gimp-data (>= 2.6.10) but it is not going to be installed
Depends: gimp-data (<= 2.6.10-z) but it is not going to be installed
Depends: libbabl-0.0-0 but it is not going to be installed
Depends: libgegl-0.0-0 (>= 0.0.22) but it is not going to be installed
Depends: libwmf0.2-7 (>= 0.2.8.4) but it is not going to be installed
google-chrome-stable : Depends: libcurl3 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
root@debian:/home/tiger# apt-get remove libcurl3
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libcurl3 is not installed, so not removed
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
google-chrome-stable : Depends: libcurl3 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
root@debian:/home/tiger# apt-cache depends gimp
gimp
Depends: libgimp2.0
Depends: libgimp2.0
Depends: gimp-data
Depends: gimp-data
Depends: python-gtk2
Depends: libaa1
Depends: libatk1.0-0
Depends: libbabl-0.0-0
Depends: libc6
Depends: libcairo2
Depends: libdbus-1-3
Depends: libdbus-glib-1-2
Depends: libexif12
Depends: libfontconfig1
Depends: libfreetype6
Depends: libgegl-0.0-0
Depends: libglib2.0-0
Depends: libgtk2.0-0
Depends: libhal1
Depends: libjpeg62
Depends: liblcms1
Depends: libmng1
Depends: libpango1.0-0
Depends: libpng12-0
Depends: libpoppler-glib4
Depends: librsvg2-2
Depends: libtiff4
Depends: libwebkit-1.0-2
Depends: libwmf0.2-7
Depends: libx11-6
Depends: libxext6
Depends: libxfixes3
Depends: libxmu6
Depends: libxpm4
Depends: zlib1g
Depends: python
Depends: python
Depends: python-support
|Suggests: gimp-help-en
Suggests: <gimp-help>
gimp-help-de
gimp-help-en
gimp-help-es
gimp-help-fr
gimp-help-it
gimp-help-ko
gimp-help-nl
gimp-help-no
gimp-help-pl
gimp-help-ru
gimp-help-sv
Suggests: gimp-data-extras
Suggests: gvfs-backends
Suggests: libasound2
liboss-salsa-asound2
Suggests: ghostscript
Conflicts: gimp-data
Conflicts: <gimp-gnomevfs>
Conflicts: <gimp-help>
Conflicts: <gimp-helpbrowser>
Conflicts: <gimp-libcurl>
Conflicts: <gimp-print>
Conflicts: <gimp-python>
Conflicts: <gimp-svg>
Conflicts: <gimp-wget>
Conflicts: <libgimp-perl>
Replaces: gimp-data
Replaces: <gimp-gnomevfs>
Replaces: <gimp-helpbrowser>
gimp
Replaces: <gimp-libcurl>
Replaces: <gimp-print>
Replaces: <gimp-python>
Replaces: <gimp-svg>
Replaces: <gimp-wget>
Replaces: <libgimp-perl>
无法安装gimp
-
- 帖子: 980
- 注册时间: 2008-04-12 12:44
Re: 无法安装gimp
问题解决了,
既然它说没有安装libcurl3,我就手动下载这个包,
http://packages.debian.org/search?suite ... s=libcurl3
然后点开squeez
http://packages.debian.org/squeeze/libcurl3
点击i386
http://packages.debian.org/squeeze/i386 ... 3/download
再点击
security.debian.org/debian-security
下载得到
libcurl3_7.21.0-2.1+squeeze2_i386.deb包
dpkg -i libcurl3_7.21.0-2.1+squeeze2_i386.deb
又出现问题,libssh2-1需要安装,用同样类似的方法,下载到
libssh2-1_1.2.6-1_i386.deb
先安装它,再安装libcurl3,然后安装gimp,一切ok.
既然它说没有安装libcurl3,我就手动下载这个包,
http://packages.debian.org/search?suite ... s=libcurl3
然后点开squeez
http://packages.debian.org/squeeze/libcurl3
点击i386
http://packages.debian.org/squeeze/i386 ... 3/download
再点击
security.debian.org/debian-security
下载得到
libcurl3_7.21.0-2.1+squeeze2_i386.deb包
dpkg -i libcurl3_7.21.0-2.1+squeeze2_i386.deb
又出现问题,libssh2-1需要安装,用同样类似的方法,下载到
libssh2-1_1.2.6-1_i386.deb
先安装它,再安装libcurl3,然后安装gimp,一切ok.