root@iZ113kj9tt6Z:~# apt-get install mysql-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
mysql-server : Depends: mysql-server-5.5 but it is not going to be installed
python-libvirt : Depends: libvirt0 (>= 0.9.8-2ubuntu17.22) but it is not going to be installed
Recommends: libvirt-bin but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
小白求解答
http://jingyan.baidu.com/article/a378c9609eb652b3282830fd.html
自己下载一个MySQL,然后自己安装,不用apt
sudo apt-get install mysql-server5.6
未满足依赖,估计是源错了,更新一下吧