openSUSE 13.1 安裝小記
這次使用 openSUSE 13.1 正式版 64位元版本
取消 CD 為安裝來源:
# yast2 repositories
Google Chrome:
即時通訊:
- 因為目前 google hangout ( google talk ) 都使用網頁版, 然後 MSN 也不復使用, 所以就沒有使用 pidgin.
Freemind:
- 使用one click install 安裝 http://software.opensuse.org/package/freemind
- 我是使用 editors 那個來源的 ymp 檔案安裝
將.mm 的檔案指定用 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 的套件庫之後
打開 #yast2 sw_single 來匯入 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 -y libpulse0-32bit
# zypper install -y libqt4-32bit libqt4-x11-32bit libpng12-0-32bit
# zypper install -y libXss1-32bit
# zypper install -y libQtWebKit4-32bit
# zypper install -y libXv1-32bit
# zypper install -y xorg-x11-libs
安裝 skype 套件
# rpm -ivh skype*.rpm
使用 #yast2 sound 調整音效
Dropbox:
- 使用 One Click install 安裝 http://software.opensuse.org/package/dropbox
- 安裝完之後在終端機下 dropbox start -i 來安裝
最重要的在中文輸入的部份
新安裝完之後, 發現無法輸入中文
參考黑眼珠大大的 blog
以及
我有裝TopIcons 這個 gnome-shell 擴充套件來顯示傳統系統匣的圖示, 我覺得挺好用的
我的環境是 openSUSE 13.1 + GNOME + gcin (預設就是 gcin)
所以線上求助黑眼珠大大, 得到指引.
方法為:
Steps 1:
#yast2 sw_single
將 ibus 的套件全部移除
Steps 2:
安裝 m17n 上面的 gcin
# zypper ar obs://M17N/openSUSE_13.1 m17n
# zypper ref m17n
# zypper in --from m17n gcin
登出登入後, 中文就回來了
VMware:
一樣要下載 kernel-desktop-devel 還有必須要有 gcc 套件
顯示 icon 在上方
https://extensions.gnome.org/extension/495/topicons/切換為 On
沒有留言:
張貼留言