ubuntu下用totem播放rmvb
首先删除系统默认的totem前端,再安装toem-xine这个前端sudo apt-get remove totemsudo apt-get install totem-xine然后需要安装w32codecs这个解码器包,由于版权的问题,官方源中是没有这个包的,可以在如下地址下载http://www.debian-multimedia.org/pool/main/w/w32codecs/然后安装libxine1:sudo apt-get install l...