PDA

View Full Version : live CD and mp3 supprort



omci
Oct 30th 2005, 01:37 PM
Hi!

Just downloaded Live CD of Kubuntu 5.10, booted it and finded out that mp3 doesn't work. How can I fix that without instaling anything to the harddisc?

Regards,

Luka

Patrick
Oct 30th 2005, 01:48 PM
sudo apt-get install gstreamer0.8-mad

Yes you can install packages in the LiveCD. :)

~ Patrick

omci
Oct 30th 2005, 02:23 PM
Got this:

Reading package lists... Done
Building dependency tree... Done
Package gstreamer0.8-mad is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package gstreamer0.8-mad has no installation candidate


What now?

Patrick
Oct 30th 2005, 02:59 PM
A yes you must first enable universe:

Do (in the konsole):

kdesu kwrite /etc/apt/sources.list

Look for the universe lines and remove the #'s in front of the debs.

Then do:

sudo apt-get update

Then:

sudo apt-get install gstreamer0.8-mad

~ Patrick

omci
Oct 31st 2005, 07:04 AM
It is working now! Tnx for your help!