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
The exaile developers provide an Ubuntu PPA to provide easy, automatic updates for users of those distributions. Just follow the instructions appropriate for your version.
Karmic (9.10)
Run the following commands in a terminal:
sudo add-apt-repository ppa:exaile-devel/ppa sudo apt-get update sudo apt-get install exaile
Jaunty (9.04)
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
Other distros
The Exaile team does not provide supported packages for any distros other than those above. However most distributions include Exaile in their repositories. If your distribution does not, or the version in the repositories is old or otherwise unsatisfactory, check our wiki to see if there is a third party repo for your distribution.Development Release
0.3.1 Beta
- Source Tarball
- Binary packages to come later
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
For old releases in the 0.3.0 and later series, see our launchpad downloads. For other files or releases, see here.