Firefox 2.0.0.11 的 deb 包準備好了,可以用 xepc 的 apt repository 抓, 或者直接拿這兩個檔案來安裝: 程式包 語言包

還有 Thunderbird 2.0.0.9 的 deb 包也有了,可以用 xepc 的 apt repository 抓, 或者直接拿這兩個檔案來安裝: 程式包 語言包

用 apt-get 的方法可以參考以前的文章,簡單的方法就是:

  1. 開終端機 (Ctrl-Alt-T)
  2. 輸入
    sudo -s

    (注意: Prompt 會變紅色)

  3. 輸入
    echo “deb http://updates.xepc.org/ p701 main” >> /etc/apt/sources.list
  4. 輸入
    apt-get update
  5. 輸入
    apt-get install firefox firefox-locale-zh-tw thunderbird thunderbird-locale-zh-tw

    就會更新成為 firefox 2.0.0.11 跟 thunderbird 2.0.0.9 了。

Fai Wong 2007/12/20 03:38