2010年1月14日

Ubuntu 網路應用程式懶人包

sudo apt-get install firefox
# 安裝 Firefox 網頁瀏覽器

sudo apt-get install flashplugin-nonfree
# 安裝 Flash 外掛 ( sudo update-flashplugin 安裝到 Firefox 中 )
sudo apt-get install sun-java6-jre sun-java6-plugin
# 安裝 Java 支援與外掛
sudo apt-get install mozilla-plugin-pcmanx
# 安裝 BBS 外掛支援
sudo apt-get install mozilla-mplayer
# 安裝 MPlayer 外掛,可讓 Firefox 支援撥放影片

sudo apt-get install mozilla-acroread cmap-adobe-cns1
# 安裝 Adobe Reader 外掛
sudo apt-get install xpdf xpdf-chinese-traditional
# 安裝 xPDF 文件閱讀器與正體中文字型支援

sudo apt-get remove mozilla-mplayer
sudo apt-get install totem-gstreamer totem-gstreamer-firefox-plugin
# 移除 MPlayer 外掛,安裝 GStreamer 多媒體播放引擎

sudo apt-get install thunderbird-locale-zh-tw
# 安裝 Thunderbird 電子郵件客戶端 ( 中文版 )

sudo apt-get install gaim
# 安裝 GAIM 即時通訊軟體
sudo apt-get install pidgin
# 安裝 Pidgin 即時通訊軟體 ( Ubuntu 9.04 以前內建 )
sudo apt-get install empathy
# 安裝 Empathy 即時通訊軟體 ( Ubuntu 9.10 以後採用 )

sudo deb http://download.skype.com/linux/repos/debian/ stable non-free
# 加入 Skype 來源套件庫
sudo apt-get update && sudo apt-get install skype
# 同步套件庫清單並安裝 Skype
sudo apt-cache search qt-immodule
# 搜尋對應的 Qt 模組,Skype 輸入中文必裝
sudo apt-get install

# 安裝輸入法 Qt 支援 ( ibus-qt4 or scim-qtimm or gcin-qt4-immodule )

sudo apt-get install ekiga
# SIP 網路語音視訊電話

sudo apt-get install pcmanx-gtk2
# 安裝經典 BBS 連線軟體 ( PCMan )

sudo apt-get install xchat
sudo apt-get install seamonkey-chatzilla
# 安裝 IRC 聊天軟體

sudo apt-get install gftp
# 老牌 FTP 傳輸軟體
sudo apt-get install filezilla
# 新一代 FTP 續傳軟體
sudo apt-get install d4x
# Linux 上的 FlashGet 下載工具

sudo apt-get install azureus
# P2P 下載工具 ( BitTorrent client )
sudo apt-get install transmission
# P2P 下載工具 ( lightweight BitTorrent client )
sudo apt-get install qbittorrent
# P2P 下載工具 ( bittorrent client using libtorrent-rasterbar with a nice Qt4 GUI )

sudo apt-get install amule
# 電驢下載工具
sudo apt-get install mldonkey-server
# 電驢伺服器

沒有留言:

張貼留言

Search My Blog