應用程式 > 系統工具 > 偏好設定 > 系統設定值
地區和語言 > 配置
選用 English(US)
輸入法
預設的多國語言的輸入法平台為 SCIM (Smart Common Input Method),繁體中文輸入法祗有新酷音,新增其他輸入法:
- 下載 http://download.scj2000.net/Linux/scim/scim-tables-zh-scj_6.2.2-1_all.deb
- 以 root 權限,安裝該檔案
root > #
Install Scim, http://wiki.debian.org.hk/w/Make_Debian_support_Chinese_%28eng%29#Installing_SCIM
apt-get install scim scim-tables-zh
系統設定值 -> 地區和語言 -> 配置 -> + -> English (US)
系統設定值 -> 地區和語言 -> 配置 -> - -> English (UK)
設定 Synaptic
# apt-get install flashplugin-installer
wget -c https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
dpkg -i google-chrome-*.deb
apt-get install -f
在 /etc/apt/sources.list 最後,加入兩行
# deb-multimedia (unofficial): Debian 6.0 (Squeeze)
deb http://www.deb-multimedia.org squeeze main non-free
再執行
apt-get update && apt-get install acroread mozilla-acroread
apt-get update
apt-get install chromium chromium-l10n
若出現 NO_PUBKEY 07DC563D1F41B907
apt-get install debian-keyring
gpg --keyring /usr/share/keyrings/debian-keyring.gpg -a --export 07DC563D1F41B907 |apt-key add -