Picard Linux Install: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
((Imported from MoinMoin))
 
((Imported from MoinMoin))
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Installing Picard on Linux=

Setup and install guide for Picard under Linux.
Setup and install guide for Picard under Linux.


Line 5: Line 7:
==Ubuntu==
==Ubuntu==


<span id="ubuntupackages"></span>
<span id="ubuntu"></span>
===Packages===
===Packages===


# Add the line <code><nowiki>deb http://zim.musicbrainz.org/~luks/ubuntu /</nowiki></code> to <code><nowiki>/etc/apt/sources.list</nowiki></code>
# Add the line <code><nowiki>deb http://users.musicbrainz.org/~luks/ubuntu breezy main</nowiki></code> (or <code><nowiki>deb http://users.musicbrainz.org/~luks/ubuntu dapper main</nowiki></code> for Dapper) to your <code><nowiki>/etc/apt/sources.list</nowiki></code>.
# Do <code><nowiki>sudo apt-get update</nowiki></code> to update the repositories and the <code><nowiki>sudo apt-get install picard</nowiki></code> in console to install Picard
# Do <code><nowiki>sudo apt-get update</nowiki></code> to update lists of packages and <code><nowiki>sudo apt-get install picard</nowiki></code> in console to install Picard.
<ul><li style="list-style-type:none">2.b You can also use Synaptic to install Picard after adding the line as in part 1 above.
</ul>

Tested under 5.10 Breezy Badger. -- [[User:Shrike|Shrike]] As of April 2, 2006, this does not work under Dapper.


You can also use Synaptic to add the repository (''Settings'' → ''Repositories'' → ''New'') and install Picard.
Note: if you are getting a error like: "Attribute Error: 'module' object has no attribute 'eTooManyPUIDs'", try removing libtunepimp2c2 (older library from breezy). That fixed things for me.


===Source code===
===Source code===
Line 23: Line 21:
==Debian==
==Debian==


Ready made packages without warranty can be found at [http://cord.de/proj/debian/musicbrainz http://cord.de/proj/debian/musicbrainz].
Ready made packages without warranty:
# Add the line <code><nowiki>deb http://cord.de/proj/debian/musicbrainz /</nowiki></code> to <code><nowiki>/etc/apt/sources.list</nowiki></code>
# Add the line <code><nowiki>deb http://users.musicbrainz.org/~luks/ubuntu sid main</nowiki></code> to <code><nowiki>/etc/apt/sources.list</nowiki></code>
# Do <code><nowiki>sudo apt-get update</nowiki></code> to update the repositories and the <code><nowiki>sudo apt-get install picard</nowiki></code> in console to install Picard
# Do <code><nowiki>sudo apt-get update</nowiki></code> to update the repositories and the <code><nowiki>sudo apt-get install picard</nowiki></code> in console to install Picard

send bugs/problems with those packages to [mailto:cord@Wunder-Nett.org mailto:cord@Wunder-Nett.org]


==Gentoo==
==Gentoo==
Line 38: Line 34:


Mikhail Yakshin aka [[User:GreyCat|GreyCat]] has compiled all ~10 packages that were needed by Picard and Picard itself into ALT Linux Sisyphus repository, so all ALT Linux users can now instantly run Picard after simple "apt-get install picard". His package can be downloaded from [http://sisyphus.ru/srpm/picard http://sisyphus.ru/srpm/picard]
Mikhail Yakshin aka [[User:GreyCat|GreyCat]] has compiled all ~10 packages that were needed by Picard and Picard itself into ALT Linux Sisyphus repository, so all ALT Linux users can now instantly run Picard after simple "apt-get install picard". His package can be downloaded from [http://sisyphus.ru/srpm/picard http://sisyphus.ru/srpm/picard]

==Arch Linux==

Augusto Oliveira (aka [[Augusto Oliveira|AugustoOliveira]]) has created the necessary PKGBUILDs for Picard 0.7.0 Beta 3 and all its dependencies. The main PKGBUILD can be found at:
* [http://aur.archlinux.org/packages.php?do_Details=1&ID=4142 http://aur.archlinux.org/packages.php?do_Details=1&ID=4142]

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]


[[Category:To Be Reviewed]] [[Category:Documentation]] [[Category:Picard]]
[[Category:To Be Reviewed]] [[Category:Documentation]] [[Category:Picard]]

Revision as of 14:18, 3 May 2006

Installing Picard on Linux

Setup and install guide for Picard under Linux.


Ubuntu

Packages

  1. Add the line deb http://users.musicbrainz.org/~luks/ubuntu breezy main (or deb http://users.musicbrainz.org/~luks/ubuntu dapper main for Dapper) to your /etc/apt/sources.list.
  2. Do sudo apt-get update to update lists of packages and sudo apt-get install picard in console to install Picard.

You can also use Synaptic to add the repository (SettingsRepositoriesNew) and install Picard.

Source code

See Installing picard-0.7.0 on Ubuntu 5.10 ("Breezy Badger") for instructions.

Debian

Ready made packages without warranty:

  1. Add the line deb http://users.musicbrainz.org/~luks/ubuntu sid main to /etc/apt/sources.list
  2. Do sudo apt-get update to update the repositories and the sudo apt-get install picard in console to install Picard

Gentoo

Marti Raudsepp (aka intgr) has written a Portage overlay for Picard 0.7.0 beta2 and related ebuilds.

ALT Linux

Mikhail Yakshin aka GreyCat has compiled all ~10 packages that were needed by Picard and Picard itself into ALT Linux Sisyphus repository, so all ALT Linux users can now instantly run Picard after simple "apt-get install picard". His package can be downloaded from http://sisyphus.ru/srpm/picard

Arch Linux

Augusto Oliveira (aka AugustoOliveira) has created the necessary PKGBUILDs for Picard 0.7.0 Beta 3 and all its dependencies. The main PKGBUILD can be found at:

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