解决RHEL6.3 totem 解码插件问题

RHEL6.3 totem 视频解码插件
问题的原因是依赖包没有安装全,或者说,你的yum源不好,没有包括所有需要的包

cd/etc/yum.repos.d/
wget http://pkgrepo.linuxtech.net/el6/release/linuxtech.repo #配置yum源
#yum repolist all
#yum install vlc   #安装插件h264acc mp3 dvd 等等
#yum install *libmatroska*  #安装插件
#yum install *stream*


如出现Yum包的兼容问题,建议使用rpmfusion源!


参考资料:
http://wenku.baidu.com/view/84945adf6f1aff00bed51e8f.html
http://scientificlinuxforum.org/index.php?showtopic=1425


你可能感兴趣的:(插件,RHEL,解码,totem)