Picard Linux Install: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
((Imported from MoinMoin))
(use ftp.musicbrainz.org (Imported from MoinMoin))
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:



==Mandriva==

<span id="mandriva"></span>

Picard is available in the Mandriva development version Cooker in the contribs repository. Cooker users can simply install it by running <pre>urpmi picard
</pre>

or by selecting it in rpmdrake.


==Ubuntu==
==Ubuntu==
Line 13: Line 22:
To install Picard on Ubuntu (i386 and amd64) follow these steps:
To install Picard on Ubuntu (i386 and amd64) follow these steps:
# If you haven't used '''universe''' and '''multiverse''' repositories yet, [https://help.ubuntu.com/community/Repositories/Ubuntu#head-5bbef89639d9a7d93fe38f6356dc17847d373096 add them first].
# If you haven't used '''universe''' and '''multiverse''' repositories yet, [https://help.ubuntu.com/community/Repositories/Ubuntu#head-5bbef89639d9a7d93fe38f6356dc17847d373096 add them first].
# Add repository <pre>deb http://users.musicbrainz.org/~luks/ubuntu edgy musicbrainz</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.
# Add repository <pre>deb http://ftp.musicbrainz.org/pub/musicbrainz/users/luks/ubuntu edgy musicbrainz</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>
# 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.
# Alternatively you can use [https://help.ubuntu.com/community/SynapticHowto Synaptic] to install Picard.
Line 19: Line 28:
The repository is signed with [[User:LukasLalinsky|LukasLalinsky]]'s PGP key. To import the key to apt, run this command:
The repository is signed with [[User:LukasLalinsky|LukasLalinsky]]'s PGP key. To import the key to apt, run this command:


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


==Debian==
==Debian==


A package for Picard is in the Debian Experimental repository.
A [http://packages.debian.org/experimental/sound/picard package] for Picard is in the Debian Experimental repository.


==Gentoo==
==Gentoo==

Revision as of 13:56, 10 January 2007

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

To install Picard on Ubuntu (i386 and amd64) follow these steps:

  1. If you haven't used universe and multiverse repositories yet, add them first.
  2. Add repository
    deb http://ftp.musicbrainz.org/pub/musicbrainz/users/luks/ubuntu edgy musicbrainz
    to your /etc/apt/sources.list. See Ubuntu documentation for more detailed guide on adding repositories.
  3. Run these commands to update lists of package and install Picard
    sudo apt-get updatesudo apt-get install picard
  4. Alternatively you can use Synaptic to install Picard.

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

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

Debian

A package for Picard is in the Debian Experimental repository.

Gentoo

Marti Raudsepp (aka intgr) has written a Portage overlay for Picard 0.7 and related packages, plus bleeding-edge subversion ebuilds.

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: