Quote:
|
Originally Posted by thomas-linuxing
I would like to hear more on ur experience please.
I want to know exactly what you did because the normal steps do not work on my pc.
|
What do you mean "the normal steps do not work". Please post what you have tried, and any error messages. Most of us do not have a crystal ball, and can't read your mind.
Basically, you need to edit /etc/apt/sources.list:
Code:
sudo gedit /etc/apt/sources.list
Uncomment (Delete the #) at the beginning of the line for the universe repository. Add the word "multiverse" (no quotes) at the end of that line. Save the file, and exit.
Now run:
Code:
sudo apt-get update
And use the following command to install support for MP3:
Code:
sudo apt-get install gstreamer0.10-plugins-ugly
Then you should be able to play MP3 audio.
I hope this helps
--Ian