|
楼主 |
发表于 2006-4-11 09:01:41
|
显示全部楼层
apt-get update好了,apt-get upgrade出现~
root@Morphix:/# apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
gstreamer0.8-plugins: Depends: gstreamer0.8-misc (>= 0.8.12) but 0.8.11-0unofficialubuntu3 is installed
gstreamer0.8-vorbis: Depends: gstreamer0.8-misc (>= 0.8.12) but 0.8.11-0unofficialubuntu3 is installed
E: Unmet dependencies. Try using -f
root@Morphix:/# apt-get -f install
Reading package lists... Done
Building dependency tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
gstreamer0.8-misc
The following packages will be upgraded:
gstreamer0.8-misc
1 upgraded, 0 newly installed, 0 to remove and 533 not upgraded.
717 not fully installed or removed.
Need to get 0B/1253kB of archives.
After unpacking 147kB of additional disk space will be used.
Do you want to continue [Y/n]? y
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "zh_CN.GBK"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
(Reading database ... 115268 files and directories currently installed.)
Preparing to replace gstreamer0.8-misc 0.8.11-0unofficialubuntu3 (using .../gstr eamer0.8-misc_0.8.12-1ubuntu1_i386.deb) ...
Unpacking replacement gstreamer0.8-misc ...
dpkg: error processing /var/cache/apt/archives/gstreamer0.8-misc_0.8.12-1ubuntu1 _i386.deb (--unpack):
trying to overwrite `/usr/lib/gstreamer-0.8/libgstgoom.so', which is also in pa ckage gstreamer0.8-visuals
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/gstreamer0.8-misc_0.8.12-1ubuntu1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@Morphix:/# |
|