2010年5月26日 星期三

How to Install Pidgin 2.6.x in Ubuntu

這是提供 solutioin 的網址
http://www.ubuntugeek.com/install-pidgin-2-6-0-in-ubuntu.html

Method:

1.Download all package here.
http://www.getdeb.net/app/pidgin

2.After download all package type follow command in terminal
sudo dpkg -i packagename

3.edit /etc/apt/source.list
sudo gedit /etc/apt/source.list or sudo vi /etc/apt/source.list

4. add follow lines in file
for junty version (Ubuntu 9.04)
deb http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu jaunty main

for intrepid version (Ubuntu 8.10)
deb http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu intrepid main

5.add GPG key using the following command
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 67265eb522bdd6b1c69e66ed7fb8bee0a1f196a8

6.update the source list
udo apt-get update

7.Install pidgin using following command
sudo apt-get install pidgin

2010年5月4日 星期二

在 Linux 下安裝OpenOffice

Step 1.到官方下載 .deb 檔案:
http://download.openoffice.org/other.html

選擇:Download Full Istallation Sets
再從中選擇適合的版本...我選的是「正體中文3.2.0 Linux 32-bit DEB」...

Step 2.移除OpenOffice 2.4版本:
sudo apt-get remove --purge openoffice.org-common

Step 3.進入解壓縮後裡面的 DEBS 資料夾:
sudo dpkg -i *.deb

dpkg → 操作deb套件包的指令
-i → dpkg的參數,代表安裝

ps.裡面有 "DEBS" "licenses" "readmes" "update"四個資料夾
DEBS很多.deb檔...請進入該資料夾執行上面的指令

Step 4.安裝選單:
cd desktop-integration
sudo dpkg -i *.deb

Step 5. 完成!