Downloads


Requirements

If you are installing from source, please check the requirements page to make sure you have all the required dependencies to run Exaile.

Current Release

Source & Binary Packages

Ubuntu Repository

Users of Ubuntu Gutsy, Hardy or Intrepid can optionally use this repository. Add this line to your /etc/apt/sources.list for Gutsy

deb http://ppa.launchpad.net/exaile-devel/ubuntu gutsy main

OR for Hardy

deb http://ppa.launchpad.net/exaile-devel/ubuntu hardy main

OR for Intrepid

deb http://ppa.launchpad.net/exaile-devel/ubuntu intrepid main

and then type the following:

gpg --no-default-keyring --keyring /tmp/.exaile.keyring --keyserver keyserver.ubuntu.com --recv   B79BBC58DE219687E584187AC174A7B143CBFCC0
gpg --no-default-keyring --keyring /tmp/.exaile.keyring --export --armor  B79BBC58DE219687E584187AC174A7B143CBFCC0 | sudo apt-key add -
rm /tmp/.exaile.keyring
sudo apt-get update
sudo apt-get install exaile

Development Release

Source & Binary Packages

Ubuntu Repository

Users of Ubuntu Jaunty (9.04) can optionally use this repository. Add this line to your /etc/apt/sources.list

deb http://ppa.launchpad.net/exaile-devel/ubuntu jaunty main

and then type the following in a terminal:

gpg --no-default-keyring --keyring /tmp/.exaile.keyring --keyserver keyserver.ubuntu.com --recv   B79BBC58DE219687E584187AC174A7B143CBFCC0
gpg --no-default-keyring --keyring /tmp/.exaile.keyring --export --armor  B79BBC58DE219687E584187AC174A7B143CBFCC0 | sudo apt-key add -
rm /tmp/.exaile.keyring
sudo apt-get update
sudo apt-get install exaile-devel

Bazaar

If you wish to download the latest development code, you can type the following:

bzr checkout lp:exaile

and to update it:

bzr update

Other Files

Visit here for other files/releases.