= Download = Make sure to check there is no [#Packages package] available for your architecture and distribution if you don't want to [wiki:Build build from source]. == Packages == On [http://www.debian.org Debian] and [http://www.ubuntu.com Ubuntu] based system, aubio can be installed with: {{{ # apt-get install aubio-tools libaubio-dev libaubio-doc }}} '''Notes''': - you can install each of these packages individually. - see the [http://packages.debian.org/src:aubio aubio Debian packages] - see the [http://packages.ubuntu.com/src:aubio aubio Ubuntu packages] An RPM (Open Suse) package has been made for the [http://jacklab.net JackLab] project. == Source == The release directory for aubio is available at http://aubio.org/pub/ . == Trunk == Get the latest version of aubio using [http://www.bazaar.org Bazaar]: {{{ $ bzr get http://aubio.org/bzr/aubio/ }}}