dpkg 一直跑相同的東西 - Linux

Table of Contents

最近為了 Foobar2000 灌了 Wine, 我是用打指令安裝的, 不過陷入無窮迴圈...0rz
Wine 會連帶著 MS-font 一起安裝的樣子(ex. arial32.exe),
不過他從 ncu.dl.sourceforge.net 一直下載不下來, 好幾次後放棄了...

所以最後他出現
dpkg: error processing ttf-mscorefonts-installer (--configure):
subprocess post-installation script returned error exit status 1

自此之後每次我安裝套件他都要一直 Loop 這個未完的任務...

想請一下要怎麼把這個無盡的任務拿掉呢?
謝謝!

--

All Comments

Olive avatarOlive2009-10-07
# apt-get remove ttf-mscorefonts-installer 看看。
Tom avatarTom2009-10-09
去/var/lib/dpkg/info/ttf-mscorefonts-installer.*找到
Emma avatarEmma2009-10-12
找對應腳本註釋掉(可能在postint)再用apt-get install -f