1. 程式人生 > >apt-get 都不能用解決辦法

apt-get 都不能用解決辦法

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 就能用了