差異處
這裏顯示兩個版本的差異處。
| 兩邊的前次修訂版 前次修改 下次修改 | 前次修改 | ||
| tech:linux_desktop [2009/11/18 20:30] – jonathan | tech:linux_desktop [2009/11/25 07:09] (目前版本) – 增加 epel 與 GnuCash jonathan | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| + | ====== 安裝 CentOS 5 x86_64 桌面軟體 ====== | ||
| + | |||
| + | 先安裝好 CentOS 官方網站外其他 rpm 來源 Exp. rpmforge / epel / pidgin | ||
| + | <code sh> | ||
| + | rpm -Uvh http:// | ||
| + | rpm -Uvh http:// | ||
| + | </ | ||
| + | |||
| + | - 電子郵件軟體 Thunderbird< | ||
| + | yum install thunderbird | ||
| + | </ | ||
| + | - 網頁瀏覽器 Firefox 支援 Flash< | ||
| + | cd /tmp | ||
| + | wget http:// | ||
| + | tar -zxvf libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz | ||
| + | cp -a libflashplayer.so / | ||
| + | </ | ||
| + | - Pidgin 即時通(MSN/ | ||
| + | cd / | ||
| + | wget http:// | ||
| + | rpm --import http:// | ||
| + | yum update pidgin | ||
| + | </ | ||
| + | - GnuCash 記帳軟體< | ||
| + | yum install gnucash | ||
| + | </ | ||
| + | |||
| + | ===== 相關網頁 ===== | ||
| + | * [[tech/ | ||
| + | * [[tech/ | ||
| + | * [[software/ | ||
| + | |||
| + | |||
| + | {{tag> | ||