网上有很多关于如何配置ubuntu播放mp3的文章;在此,我不想重复太多。我只是想把我的经历贴出出来,供大家分享。真得非常简单。
只需要一条指令:
sudo apt-get install gstreamer0.10-*
这样,我的机器就可以播放mp3了。
另外,顺手安装了w32cedecs包,为播放视频电影作准备;另外,安装了beep-media-player作为缺省的mp3文件播放器。
sudo apt-get install w32cedecs
sudo apt-get install beep-media-player
现在这些包,在服务器上都已经备好了,不需要自己到处去找,真得十分方便。我使用的源是cnsite
deb http://ubuntu.cnsite.org/ubuntu/ edgy main restricted universe multiverse
deb http://ubuntu.cnsite.org/ubuntu/ edgy-updates main restricted universe multiverse
deb http://ubuntu.cnsite.org/ubuntu/ edgy-backports main restricted universe multiverse
deb http://ubuntu.cnsite.org/ubuntu/ edgy-security main restricted universe multiverse
deb http://ubuntu.cnsite.org/ubuntu-cn/ edgy main multiverse restricted universe
