首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >MySQL未安装在ubuntu8.10上

MySQL未安装在ubuntu8.10上
EN

Server Fault用户
提问于 2011-08-29 13:56:40
回答 2查看 146关注 0票数 0

我正面临着这个问题。请帮帮我。

代码语言:javascript
复制
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
EN

回答 2

Server Fault用户

发布于 2011-08-29 14:08:01

在8.10之后,已经发布了5个新的Ubuntu版本,我怀疑它仍然被支持。我猜测托管Ubuntu8.10的存储库已经消失,因此您的系统无法加载安装所需的包。

首先,我将Ubuntu升级到11.04,或者至少升级到最新的LTS支持版本,即10.04。

票数 3
EN

Server Fault用户

发布于 2011-08-29 15:34:56

我同意对您的系统进行升级,但首先您可以尝试:

代码语言:javascript
复制
sudo apt-get update && sudo apt-get dist-upgrade

(这将为您的实际Ubuntu版本升级所有最新的软件包)

然后:

代码语言:javascript
复制
sudo apt-get install mysql-server
票数 2
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/306095

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档