Announcement

Collapse
No announcement yet.

live CD and mp3 supprort

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    live CD and mp3 supprort

    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

    #2
    Re: live CD and mp3 supprort

    sudo apt-get install gstreamer0.8-mad

    Yes you can install packages in the LiveCD.

    ~ Patrick

    Comment


      #3
      Re: live CD and mp3 supprort

      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?

      Comment


        #4
        Re: live CD and mp3 supprort

        A yes you must first enable universe:

        Do (in the konsole):
        Code:
        kdesu kwrite /etc/apt/sources.list
        Look for the universe lines and remove the #'s in front of the debs.

        Then do:
        Code:
        sudo apt-get update
        Then:
        Code:
        sudo apt-get install gstreamer0.8-mad
        ~ Patrick

        Comment


          #5
          Re: live CD and mp3 supprort

          It is working now! Tnx for your help!

          Comment

          Working...
          X