星期一, 10月 21, 2013

openSUSE 12.3 安裝小記

這次使用 openSUSE 12.3 正式版 64 位元版本


取消 CD 為安裝來源:
# yast2  repositories


Google Chrome:


即時通訊:
  • 因為目前 google hangout ( google talk ) 都使用網頁版, 然後 MSN 也不復使用, 所以就沒有使用 pidgin.


freemind:


新增 Packman 套件庫


因為台灣的 mirror 站台有時候連線還是不太穩定
這次只有加入 Packman 的套件庫


新增 AddPackmanRepo.sh 內容如下


#!/bin/bash
echo "Print the rep  in use"
zypper  lr -u


#Define openSUSE Version
VERSION=`cat /etc/SuSE-release | grep VERSION | cut -d ' ' -f 3`
echo "This openSUSE version is $VERSION"



echo "Add Taiwan's rep "


## for Packman Rep
zypper  ar -f http://ftp.nchc.org.tw/Linux/Packman/suse/$VERSION/ NCHC-Packman
#zypper ar -f http://ftp.twaren.net/Linux/Packman/suse/$VERSION/ twaren_packman
zypper  mr  -p  98  NCHC-Packman


也可以從這邊取得


然後使用 root 身份執行來加入packman 套件庫
#sh  AddPackmanRepo.sh


Mplayer:
加完 Packman 的套件庫之後
就使用 zypper 指令安裝 Mplayer 以及 smplayer 套件
#zypper   install  -y  -l   MPlayer   smplayer   smplayer-lang


並將 .rmvb 以及 .mp4 預設播放器設定為  smplayer



Skype:
目前的版本是 4.2.0.11 的版本


使用終端機指令下載
#wget  -O  skype-`date +%F`.rpm   http://www.skype.com/go/getskype-linux-beta-suse


下載的 rpm 會被命名為 skype-日期.rpm


因為目前 rpm base 的OS, skype 只有提供 32 bits 的套件
所以要先預先安裝一些套件


參考 http://en.opensuse.org/SDB:Skype 但是還是有些遺漏, 所以要安裝一些套件


# zypper   install   libpulse0-32bit
# zypper   install  libqt4-32bit   libqt4-x11-32bit   libpng12-0-32bit
# zypper  install libXss1-32bit
# zypper  install  libQtWebKit4-32bit
# zypper  install  libXv1-32bit


安裝 skype 套件
# rpm -ivh skype*.rpm

Dropbox:








沒有留言: