The following packages have unmet dependencies:
libc6 : Depends: libc-bin (= 2.13-0ubuntu13) but 2.13-0ubuntu13.1 is to be installed
libc6-dev : Depends: libc6 (= 2.13-0ubuntu13.1) but 2.13-0ubuntu13 is to be installed
mysql-server : Depends: mysql-server-5.1 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
apt-get -f install ...一样不行
你这系统,动过什么手脚么?
提示的有问题
libc6 : Depends: libc-bin (= 2.13-0ubuntu13) but 2.13-0ubuntu13.1 is to be installed
libc6-dev : Depends: libc6 (= 2.13-0ubuntu13.1) but 2.13-0ubuntu13 is to be installed
这俩居然依赖到不同版本 一个2.13-0ubuntu13 一个2.13-0ubuntu13.1,这成了循环依赖了,libc这样的库又不能随便乱动,你把libc6-dev删了试试
sudo apt-get autoremove libc6-dev
试试删除之后再运行你要安装的