Ubuntu_7.10

Differences between revisions 15 and 16
Revision 15 as of 2007-11-23 23:23:53
Size: 2368
Editor: 125-231-217-95
Comment:
Revision 16 as of 2007-11-24 01:22:38
Size: 2374
Editor: aruba
Comment:
Deletions are marked like this. Additions are marked like this.
Line 64: Line 64:
}}}
解壓縮後產生 CHTKIT
{{{
tar zxvf FontPack81_cht_i486-linux.tar.gz

安裝過程參考

http://briian.com/?p=3505

增加更新來源

sudo cp -p /etc/apt/sources.list /etc/apt/sources.list_backupBR sudo gedit /etc/apt/sources.listBR

  • # 在原有的檔案中附加下列內容

# MEDIBUNTU (Unsupported. May contain illegal packages. Use at own risk.)
deb http://packages.medibuntu.org/ gutsy free non-free
# Official Skype Repository (有skype哦)
deb http://download.skype.com/linux/repos/debian/ stable non-free
# google
deb http://dl.google.com/linux/deb/ stable non-free
# VirtualBox
deb http://www.virtualbox.org/debian gutsy non-free
# 國網中心
deb http://free.nchc.org.tw/ubuntu gutsy main restricted universe multiverse

匯入金鑰 GPG key

cd /tmp
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -
wget http://dl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -
wget -q http://www.virtualbox.org/debian/innotek.asc -O- | sudo apt-key add -

安裝常用軟體

http://lazybuntu.openfoundry.org

安裝網頁編輯軟體kompozer

sudo aptitude install -y kompozer

下載中文語系

wget http://rt.openfoundry.org/Foundry/Project/Download/Attachment/93169/63956/kz-0710-zhTW.20070927.xpi 

# 後續調整參考: http://tw.myblog.yahoo.com/jw!Z3YOJZSGER5taqtYmemK3uSU/article?mid=608&prev=618&l=d&fid=28

安裝BT下載軟體

sudo aptitude install -y deluge-torrent

# 官網:http://deluge-torrent.org/

安裝mp3播放軟體Audacious

sudo wget -O - http://morgoth.free.fr/files/morgoth-signkey.gpg.asc | apt-key add -

在 /etc/apt/sources.list 增加

# Morgoth - Ubuntu backports 可增加Audacious播放.ape檔的功能
deb http://morgoth.free.fr/ubuntu gutsy-backports main
deb-src http://morgoth.free.fr/ubuntu gutsy-backports main

然後執行

sudo apt-get update
sudo apt-get install audacious audacious-mac audacious-plugins

acrobat繁體中文字型

繁體中文字型

cd tmp
wget http://ardownload.adobe.com/pub/adobe/reader/unix/8.x/8.1.1/misc/FontPack81_cht_i486-linux.tar.gz
tar zxvf FontPack81_cht_i486-linux.tar.gz
cd CHTKIT
sudo ./INSTALL
會問你確定安裝?打y,按Enter鍵
會問接受授權?打accept,按Enter鍵
接下來問安裝路徑,複製貼上/usr/lib ,按Enter鍵

Ubuntu_7.10 (last edited 2009-02-26 13:52:30 by 77-user193)