请问这错误是什么问题
[root@SPEED root]# apt-get update
Get:1 [url="http://apt.sw.be"]http://apt.sw.be[/url] redhat/el3/en/i386 release [510B]
Fetched 510B in 13s (38B/s)
Get:1 [url="http://apt.sw.be"]http://apt.sw.be[/url] redhat/el3/en/i386/dag pkglist [1098kB]
Hit [url="http://apt.sw.be"]http://apt.sw.be[/url] redhat/el3/en/i386/dag release
Fetched 1098kB in 3m11s (5736B/s)
Reading Package Lists... Done
Building Dependency Tree... Done
W: There are multiple versions of "aspell-devel" in your system.
This package won't be cleanly updated, unless you leave
only one version. To leave multiple versions installed,
you may remove that warning by setting the following
option in your configuration file:
RPM::Allow-Duplicated { "^aspell-devel$"; };
To disable these warnings completely set:
RPM::Allow-Duplicated-Warning "false";
W: There are multiple versions of "aspell" in your system.
This package won't be cleanly updated, unless you leave
only one version. To leave multiple versions installed,
you may remove that warning by setting the following
option in your configuration file:
RPM::Allow-Duplicated { "^aspell$"; };
To disable these warnings completely set:
RPM::Allow-Duplicated-Warning "false";
W: There are multiple versions of "libpng" in your system.
This package won't be cleanly updated, unless you leave
only one version. To leave multiple versions installed,
you may remove that warning by setting the following
option in your configuration file:
RPM::Allow-Duplicated { "^libpng$"; };
To disable these warnings completely set:
RPM::Allow-Duplicated-Warning "false";
W: There are multiple versions of "gettext" in your system.
This package won't be cleanly updated, unless you leave
only one version. To leave multiple versions installed,
you may remove that warning by setting the following
option in your configuration file:
RPM::Allow-Duplicated { "^gettext$"; };
To disable these warnings completely set:
RPM::Allow-Duplicated-Warning "false";
W: You may want to run apt-get update to correct these problems
[root@SPEED root]#
|