Picard Linux Install: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(add Fedora install instructions (Imported from MoinMoin))
 
((Imported from MoinMoin))
(13 intermediate revisions by the same user not shown)
Line 18: Line 18:
==Ubuntu==
==Ubuntu==


<span id="ubuntu"></span> Picard [http://packages.ubuntu.com/search?keywords=picard&searchon=names&exact=1&suite=all&section=all is available in Ubuntu's universe repository] since Feisty. To install it run this command or use [https://help.ubuntu.com/community/SynapticHowto Synaptic] instead. <pre>sudo apt-get install picard
<span id="ubuntu"></span> To install Picard on Ubuntu '''Gutsy''' follow these steps:
# Add repository <pre>deb http://ppa.launchpad.net/luks/ubuntu gutsy main</pre> to your <code><nowiki>/etc/apt/sources.list</nowiki></code>. See [https://help.ubuntu.com/community/Repositories/Ubuntu#head-155b53308911d4d3869b3650856a41550f57f891 Ubuntu documentation] for more detailed guide on adding repositories.
# Run these commands to update lists of package and install Picard <pre>sudo apt-get updatesudo apt-get install picard</pre>
# Alternatively you can use [https://help.ubuntu.com/community/SynapticHowto Synaptic] to install Picard.

The repository is signed with [[User:LukasLalinsky|LukasLalinsky]]'s PGP key. To import the key to apt, run this command:

<pre>wget http://ftp.musicbrainz.org/pub/musicbrainz/users/luks/public.key -O- | sudo apt-key add -
</pre>
</pre>


==Debian==
==Debian==


A [http://packages.debian.org/experimental/sound/picard package] for Picard is in the Debian Experimental repository.
A package for Picard is available in Debian [http://packages.debian.org/source/testing/picard Testing] and [http://packages.debian.org/source/unstable/picard Unstable].


==Gentoo==
==Gentoo==
Line 47: Line 40:
And the procedure to be followed to install it can be found at:
And the procedure to be followed to install it can be found at:
* [http://wiki.archlinux.org/index.php/ABS_-_The_Arch_Build_System http://wiki.archlinux.org/index.php/ABS_-_The_Arch_Build_System]
* [http://wiki.archlinux.org/index.php/ABS_-_The_Arch_Build_System http://wiki.archlinux.org/index.php/ABS_-_The_Arch_Build_System]

==SUSE / OpenSUSE==

RPM builds for various SUSE versions can be found as well as 1-click installed in the OpenSUSE Software directory.

Select the correct one for your OpenSUSE version.

[http://software.opensuse.org/search?p=1&q=picard http://software.opensuse.org/search?p=1&q=picard]

This version does not automatically install optional things like PUID support. If you want to ensure you've got full functionality, also make sure RPMs for the following are installed:

libdiscid0 python-mutagen python-qt4 libofa ffmpeg

libdiscid0 is available from the same repository as Picard linked above.

The other RPMs are available from SUSE default main repository, as well as Packman's repository ( [http://packman.links2linux.org http://packman.links2linux.org] ). Just make sure you have Packman's repo set up and search for those 5 RPMs to ensure they are installed.


==Fedora 7, 8 and Higher==
==Fedora 7, 8 and Higher==

Revision as of 12:16, 30 June 2008

Products > Picard > Installation Instructions for Linux

Installing Picard on Linux

Setup and install guide for Picard under Linux. If you don't want to install third party binary packages, have a look at PicardSourceInstall.


Mandriva

Picard is available in the Mandriva development version Cooker in the contribs repository. Cooker users can simply install it by running

urpmi picard

or by selecting it in rpmdrake.

Ubuntu

Picard is available in Ubuntu's universe repository since Feisty. To install it run this command or use Synaptic instead.

sudo apt-get install picard

Debian

A package for Picard is available in Debian Testing and Unstable.

Gentoo

Picard Qt is now included in Gentoo Portage. To install Picard, simply run:

emerge --sync
emerge picard

Note that you should enable the USE flag "ffmpeg" if you want acoustinc fingerprinting, and "cdaudio" if you want to recognize CDs from your drive.

Arch Linux

Augusto Oliveira has created the necessary PKGBUILDs for Picard 0.7 and all its dependencies. The main PKGBUILD can be found at:

And the procedure to be followed to install it can be found at:

SUSE / OpenSUSE

RPM builds for various SUSE versions can be found as well as 1-click installed in the OpenSUSE Software directory.

Select the correct one for your OpenSUSE version.

http://software.opensuse.org/search?p=1&q=picard

This version does not automatically install optional things like PUID support. If you want to ensure you've got full functionality, also make sure RPMs for the following are installed:

libdiscid0 python-mutagen python-qt4 libofa ffmpeg

libdiscid0 is available from the same repository as Picard linked above.

The other RPMs are available from SUSE default main repository, as well as Packman's repository ( http://packman.links2linux.org ). Just make sure you have Packman's repo set up and search for those 5 RPMs to ensure they are installed.

Fedora 7, 8 and Higher

Picard is now in the official Fedora package collection:

https://admin.fedoraproject.org/pkgdb/packages/name/picard

since dependent packages PyQt4 and libdiscid are now also available in Fedora. Just install with yum

yum install picard

Currently these packages do not have support for acoustic fingerprinting because that depends on ffmpeg which isn't available in Fedora due to patent issues in ffmpeg.