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
- 0.2.14 Source Package
- 0.2.14 Ubuntu Hardy (8.04) Package [ i386 | amd64 ]
- 0.2.14 Ubuntu Intrepid (8.10) Package [ i386 | amd64 ]
- Various distributions also provide Exaile packages in their repositories, although it may take some time for a new release to show up there.
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.