我正面临着这个问题。请帮帮我。
myr# sudo apt-get install mysql-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mysql-server: Depends: mysql-server-5.0 but it is not going to be installed
E: Broken packages发布于 2011-08-29 14:08:01
在8.10之后,已经发布了5个新的Ubuntu版本,我怀疑它仍然被支持。我猜测托管Ubuntu8.10的存储库已经消失,因此您的系统无法加载安装所需的包。
首先,我将Ubuntu升级到11.04,或者至少升级到最新的LTS支持版本,即10.04。
发布于 2011-08-29 15:34:56
我同意对您的系统进行升级,但首先您可以尝试:
sudo apt-get update && sudo apt-get dist-upgrade(这将为您的实际Ubuntu版本升级所有最新的软件包)
然后:
sudo apt-get install mysql-serverhttps://serverfault.com/questions/306095
复制相似问题