Ubuntu 7.10播放rmvb配置小记


今天安装了Ubuntu 7.10,感觉很不错,桌面特效默认就是配置好的,减轻了很多负担。

Ubuntu 7.10不能播放rmvb是因为rmvb的解码包不是自由软件。

sudo gedit /etc/apt/sources.list

加入

deb http://medibuntu.sos-sts.com/repo/ feisty free non-free
deb-src http://medibuntu.sos-sts.com/repo/ feisty free non-free

加入key

wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -

更新

sudo apt-get update

安装

sudo apt-get install w32codecs libdvdcss2

相关内容