Picard Linux Install: Difference between revisions

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


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


Line 8: Line 8:


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

# 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>.
# 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 lists of packages and <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.
Line 15: Line 13:
You can also use Synaptic to add the repository (''Settings'' → ''Repositories'' → ''New'') and install Picard.
You can also use Synaptic to add the repository (''Settings'' → ''Repositories'' → ''New'') and install Picard.


''This appears to fail on dependencies, as of 2006-05-30. (picard: Depends: python-tunepimp (>= 0.5.0) but 0.3.0-9.1ubuntu3 is to be installed)''
===Source code===
<ul><li style="list-style-type:none">''libtunepimp 0.5.0 depends on packages from universe and multiverse, so you have to enable these repositories first. for example by adding line <code><nowiki>deb http://archive.ubuntu.com/ubuntu breezy universe multiverse</nowiki></code> to <code><nowiki>/etc/apt/sources.list</nowiki></code>. --[[User:LukasLalinsky|LukasLalinsky]]''

</ul>
See [http://bugs.musicbrainz.org/browser/picard/trunk/INSTALL.Ubuntu Installing picard-0.7.0 on Ubuntu 5.10 ("Breezy Badger")] for instructions.


==Debian==
==Debian==
Line 27: Line 25:
==Gentoo==
==Gentoo==


Marti Raudsepp (aka [[User:intgr|intgr]]) has written a Portage overlay for Picard 0.7.0 beta2 and related ebuilds.
Marti Raudsepp (aka [[User:intgr|intgr]]) has written a Portage overlay for Picard 0.7.0 beta3, plus bleeding-edge subversion ebuilds.
* [http://juffo.org/proj/musicbrainz-overlay/README.html Installation instructions]
* [http://juffo.org/proj/musicbrainz-overlay/README.html Installation instructions]
* [http://juffo.org/proj/musicbrainz-overlay/musicbrainz-overlay.tar.gz Overlay tarball]
* [http://juffo.org/proj/musicbrainz-overlay/musicbrainz-overlay.tar.gz Overlay tarball]
* Overlay from subversion: svn://juffo.org/musicbrainz-overlay


==ALT Linux==
==ALT Linux==

Revision as of 01:56, 31 May 2006

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.


Ubuntu

  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.

This appears to fail on dependencies, as of 2006-05-30. (picard: Depends: python-tunepimp (>= 0.5.0) but 0.3.0-9.1ubuntu3 is to be installed)

  • libtunepimp 0.5.0 depends on packages from universe and multiverse, so you have to enable these repositories first. for example by adding line deb http://archive.ubuntu.com/ubuntu breezy universe multiverse to /etc/apt/sources.list. --LukasLalinsky

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 beta3, plus bleeding-edge subversion 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: