Guayadeque Installation Debian/Ubuntu/Linux Mint

With the release of Ubuntu Maverick 10.10, Guayadeque Music Player is now in the repositories and can be installed via the Ubuntu Software Center. The same can be done with Linux Mint (version 10) and for Debian with the release of Squeeze.

Software%20Center.png

Simply open Ubuntu Software Center and search for Guayadeque and click on the Install tab.

Install to the latest SVN by running this in terminal:
cd

sudo apt-get install subversion build-essential cmake libwxgtk2.8-dev libtagc0-dev libsqlite3-dev libcurl4-openssl-dev libdbus-1-dev libgstreamer0.10-dev libflac-dev

svn co http://guayadeque.svn.sourceforge.net/svnroot/guayadeque/Trunk guayadeque

cd guayadeque

./build

sudo make install
Keep current with the latest SVN changes made by running this in terminal:
cd guayadeque
svn update
./build
sudo make install

For prior Ubuntu versions, follow these instructions:

Install Guayadeque by downloading the application and following the steps outlined at the PPA

Guayadeque Download

or by running the following from teminal

sudo add-apt-repository ppa:anonbeat/guayadeque
sudo apt-get update
sudo apt-get install guayadeque-svn
Install to the latest SVN by running this in terminal:
cd

sudo apt-get install subversion build-essential cmake libwxgtk2.8-dev libtagc0-dev libsqlite3-dev libcurl4-openssl-dev libdbus-1-dev libgstreamer0.10-dev libflac-dev

svn co http://guayadeque.svn.sourceforge.net/svnroot/guayadeque/Trunk guayadeque

cd guayadeque

./build

sudo make install
Keep current with the latest SVN changes made by running this in terminal:
cd guayadeque
svn update
./build
sudo make install

Arch Install

Installing Guayadeque in Arch Linux

Guayadeque is not in the official Arch repositories.
You have to install it from the AUR by running the following from terminal:

yaourt -S guayadeque

(installs the current stable version 0.2.7)

or to install to the latest SVN by running this in terminal: This also updates to the latest SVN once Guayadeque is installed.

yaourt -S guayadeque-svn

To remove Guayadeque use this command in the terminal:

yaourt -R guayadeque

or

yaourt -R guayadeque-svn

You can find Guayadeque in the AUR here.
Documentation how to use and install the Pacman frontend Yaourt can be found here.