使用 Ubuntu 16.04 LTS。无法安装 MySQL Server 5.7

使用 Ubuntu 16.04 LTS。无法安装 MySQL Server 5.7

这就是我所做的。

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install mysql-server

这是我收到的错误。

chris@LivingRoomDell:~$ sudo apt 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.
The following information may help resolve the situation:

The following packages have unmet dependencies:
mysql-server : Depends: mysql-server-5.7 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

不确定接下来该怎么做。如能得到任何帮助,我将不胜感激。

克里斯

相关内容