Installing mplayer on kubuntu
By jeltsch on Thu, 03/29/2007 - 22:16- edit /etc/apt/sources.list and uncomment the lines for universe (remove the "" in front of the lines)
- add a line similar to universe see the example: http://fi.archive.ubuntu.com/ubuntu breezy multiverse
- download any extra codecs:
wget http://www2.mplayerhq.hu/MPlayer/releases/codecs/all-20050412.tar.bz2
- unpack the codecs:
tar -xvjf all-20050412.tar.bz2
as sudo: