Ubuntu下播放RMVB视频

网络上关于这个的帖子和文章很多但是比较乱,我这里提供一种比较简单的办法

还是使用ubuntu自带的播放器totem,其实预装的播放器是Totem-gstreamer

1.卸载Totem-gstreamer

sudo apt-get remove totem-gstreamer

2.安装Totem-xine

sudo apt-get install totem-xine

3.安装解码包w32codecs

sudo apt-get install w32codecs

如果找不到w32codecs可以在以下这个页面下载deb包

http://www.debian-multimedia.org/pool/main/w/w32codecs/

此方案对8.04、8.10及9.04均有效