This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

(SOLVED) Problems with MP3 files

cata

Wed Feb 05, 2014 8:42:01 pm

Hi,

I'm new in the Linux world and I just removed Windows to start using something new/different/better, Zorin OS.

The problem is I cannot play MP3 files and I do not understand why. I installed ubuntu restricted extras, but still cannot. When I click on a MP3 file, it simply do not start.

Swarfendor437

Wed Feb 05, 2014 8:55:46 pm

Hi cata and welcome to Zorin! :D

For now, install VLC and all its dependencies (this usually will include audio codecs) and let us know if things improve. :D

I would do this via 'synaptic package manager' (Menu | System Tools | Administration | Synaptic Package Manager).

In the search box, enter 'vlc' and mark all packages that are related for installation - alternatively, if you prefer, enter vlc in the Sofware Center and install from there.

After installing - open terminal (Ctrl+ Alt+ T) and enter:

Code:
sudo apt-get update && sudo apt-get dist-upgrade

Wolfman

Thu Feb 06, 2014 5:00:01 am

Hi,

try installing the following MP3 players via this terminal command, or you can use Synaptic or Ubuntu Software Center:

Code:
sudo apt-get install audacious clementine


Let us know if this helps.

Regards Wolfman :D

cata

Thu Feb 06, 2014 10:54:45 am

Thank you.

Now it works.