Amarok/Archives/MP3:MP3 on Kubuntu 6.06: Difference between revisions

From KDE Community Wiki
(Created page with "{{I18n/MP3_on_Kubuntu_6.06}} __NOTOC__ == Easy Going == The easiest way to get MP3 support is upgrading to latest Amarok, it ships with a special feature which takes care of i...")
 
m (add tags)
Line 1: Line 1:
{{I18n/MP3_on_Kubuntu_6.06}}
__NOTOC__
== Easy Going ==
== Easy Going ==
The easiest way to get MP3 support is upgrading to latest Amarok, it ships with a special feature which takes care of installing the needed software:  
The easiest way to get MP3 support is upgrading to latest Amarok, it ships with a special feature which takes care of installing the needed software:  
[[Download:Kubuntu|Kubuntu Download Page]]
[[Download:Kubuntu|Kubuntu Download Page]]


== Step-by-Step ==
== Step-by-Step ==
In case you don't want to upgrade Amarok, this how to will guide you to do what the feature in latest Amarok does. It's basically uncomment the universe repository for APT to get all needed software. If you're using Adept:
In case you don't want to upgrade Amarok, this how to will guide you to do what the feature in latest Amarok does. It's basically uncomment the universe repository for APT to get all needed software. If you're using Adept:
* Open Adept
* Open Adept
Line 35: Line 35:
</bash>
</bash>


[[Category:FAQ]]
[[Category:Amarok]]
[[Category:Installation]]
[[Category:Installation]]

Revision as of 13:18, 13 December 2012

Easy Going

The easiest way to get MP3 support is upgrading to latest Amarok, it ships with a special feature which takes care of installing the needed software: Kubuntu Download Page

Step-by-Step

In case you don't want to upgrade Amarok, this how to will guide you to do what the feature in latest Amarok does. It's basically uncomment the universe repository for APT to get all needed software. If you're using Adept:

  • Open Adept
  • Menubar -> Adept -> Manage Repositories
  • Enable the lines which end with 'dapper universe' and 'dapper multiverse'
  • Click "Apply", "Close" and then choose "Fetch Updates" from the toolbar
  • Now you can install the needed software, listed below. Because of simplicity those are commands you have to enter in Konsole. You can of course use Adept or Synaptic to install the named packages (listed in italics).


Run the listed command for your chosen engine below (in Konsole):

xine
<bash>

  • sudo apt-get install libmad0 libxine-extracodecs

</bash>

Helix


Musicbrainz (It doesn't work for MP3 files otherwise)

In Konsole:

<bash>

  • sudo su -c "echo \"deb http://archive.czessi.net/ubuntu/ dapper main universe\" >> /etc/apt/sources.list"
  • wget http://www.czessi.net/kczessi.gpg #(optional)
  • sudo apt-key add kczessi.gpg && rm kczessi.gpg #(optional)
  • sudo apt-get update
  • sudo apt-get install libtunepimp2c2a libtunepimp2-dev

</bash>