解決ubuntu 9.10 ttf-mscorefonts-inst … - Linux

George avatar
By George
at 2009-11-09T21:13

Table of Contents

※ 引述《Adama (So Say We All.)》之銘言:
: Frak! 我就是遇到這個問題 #^%$!*@ 感謝你。
: 不過為什麼我aptitute purge ttf-mscorefonts-installer
: 並且把source.list裡的站台全部mark掉只留下twaren.net
: 這樣還是無法避免這個錯誤?
嗯...
基本上這個patch需要 *未正確安裝* 的ttf-mscorefonts-installer,
也就是你 *不能purge* 他.

也就是需要下面這個檔案存在:
/var/lib/dpkg/info/ttf-mscorefonts-installer.postinst

然後patch完之後再用sudo apt-get -f install來修復安裝即可.

你也可手動編輯:
$ sudo vim /var/lib/dpkg/info/ttf-mscorefonts-installer.postinst
找到唯一有wget的那一行,

wget ... $URLROOT$ff ; then
改成
wget ... $URLROOT$ff?use_mirror=nchc ; then

然後存檔退出, 執行:
$ sudo apt-get -f install

基本上這個patch沒做什麼,
我只是強制sf.net用nchc當作mirror site這樣...

以上,
感謝您的收看!


ps.
有試著安裝wine1.2的人應該都會踩到這個地雷吧?
不知道ncu的mirror怎麼了?


--
Tags: Linux

All Comments

Necoo avatar
By Necoo
at 2009-11-14T07:23
Thanks!
Odelette avatar
By Odelette
at 2009-11-17T03:50
感謝

CentOS 網路設定 、 kernel 及 GCC 問題

Elizabeth avatar
By Elizabeth
at 2009-11-09T17:45
Intel的網卡很常在Linux下沒有Driver... 你要裝的有make, gcc, kernel-headers, kernel-devel這四個 所以你最好在安裝時就選全裝就好了 ((大誤特誤 ※ 引述《original1 (Original)》之銘言: : 最近 被指派 幫忙實驗室 架設工作站 : ...

CentOS 網路設定 、 kernal 及 GCC 問題

Andrew avatar
By Andrew
at 2009-11-09T16:44
最近 被指派 幫忙實驗室 架設工作站 OS 是使用 CentOS 5.3 參考書--- 鳥哥 安裝完後,網路一直無法連上去 網路的參數設定 已經再三確認過了 應該不會有錯 用 ping 總是得到 Destination Host Unreachable 網卡是 Inter Corporatio ...

OpenOffice專用滑鼠問世

Megan avatar
By Megan
at 2009-11-09T16:39
資訊整理:http://www.ithome.com.tw/itadm/article.php?c=57989 http://www.ithome.com.tw/img/115/57989_1_1_l.jpg WarMouse與OpenOffice.org上周五(11/6)共同發表了一款專為OpenOff ...

開機警告訊息

Steve avatar
By Steve
at 2009-11-09T14:36
Warning: unable to find a suitable fs in /proc/mounts. Is it mounted .... 系統是ubuntu 9.10核心換過(2.6.31.5 + bfs patch) .config是從/boot下面cp過來的(config-2.6.31-14 ...

Ubuntu 無法開機

Ina avatar
By Ina
at 2009-11-09T13:18
※ 引述《yaz0701me0 (炮炮)》之銘言: : ubuntu 9.10 : NB:ASUS A3L 賽揚1.4 (2005年機) : HD:1-1 c:XP ntfs : 1-2 d: ntfs : 1-3 / ext3 : 1-4 swap : 1-5 ...