原因是依赖找不到了
这个问题的解决办法就是
Run :
sudo dpkg -r libc6
sudo rm /var/cache/apt/archives/libc6_2.15-0ubuntu10.5_i386.deb
If above are successful or not, run :
gksudo gedit /var/lib/dpkg/status
In the resulting gedit, remove the whole section starts with :
Package : libc6
then run an update.
把libc6都删除了以后
sudo apt-get install '^libc6.*'
安装带libc6的之后,再update 后,apt-get 就能用了