totem是gnome自帶的一個媒體播放器前端,界面美觀方便易用,目前totem使用xine作為其後端,以後可能會用gstreamer作為後端,但是後者目前還很不成熟。下面就來介紹一下使用Ubuntu的新立得(Synaptic)安裝它。
gnome自帶的一個媒體播放器totem
1、首先在終端輸入
sudo gedit /etc/apt/sources.list
2、添加以下的軟件源
deb http://ubuntu.cn99.com/ubuntu/ edgy main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-proposed main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-backports main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-security main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-updates main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-proposed main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-backports main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu-cn/ edgy main restricted universe multiverse
3、然後依次輸入以下命令
sudo apt-get update
sudo apt-get remove totem-gstreamer
sudo apt-get install totem-xine libxine1-ffmpeg libxine1-gnome libxine1-plugins libxine1 libstdc++5
sudo apt-get install w32codecs
新立得是Ubuntu的包管理工具apt的圖形化前端。它結合了圖形界面的簡單操作和 apt-get 命令行工具的強大功能。您可以使用新立得安裝、刪除、配置、升級軟件包,對軟件包列表進行浏覽、排序、搜索以及管理軟件倉庫或者升級整個系統。您可以進行一些系列操作形成操作隊列,並一起執行它們。新立得會提示您可能的依賴關系(您所選擇的軟件包所需的額外軟件包)以及您所選擇的軟件包與系統中已經安裝了的軟件包的沖突。