I installed Ubuntu very first time over Window 7, but when I played a MP3 song it shows a "Python (v2.7) requires to install plug in to play media files" message. What to do? Help me! I have searched over the internet but found nothing there...
Asked
Active
Viewed 1.0k times
2 Answers
1
Press Ctrl + ALt + T to open a terminal.
Write the following in terminal followed by Enter
sudo apt-get install ubuntu-restricted-extrasA prompt will ask for password, after entering the password type
yfor yes when asked. Wait for the installation process to over.Now try to run the MP3.
Joren
- 5,074
Nishant Pillai
- 43
- 5
1
Try to update your repositories and then install ubuntu restricted extras.To do this run the below command on terminal,
sudo apt-get update
sudo apt-get install ubuntu-restricted-extras
Avinash Raj
- 80,446