Submitted by mozzwald on Wed, 06/16/2010 - 15:01
How to install the cmus music player for z2buntu.
wget http://launchpadlibrarian.net/24483773/cmus_2.2.0-4ubuntu1_armel.deb
sudo dpkg -i cmus_2.2.0-4ubuntu1_armel.deb
At this point dpkg should error out complaining about dependencies. The following should fix it and finish the install.
sudo apt-get -f install

Installing with apt
Thanks for z2buntu! I am trying out all the things you describe on this site. I changed /etc/apt/sources.list to:
deb http://ports.ubuntu.com/ubuntu-ports jaunty main universe restricted multiversedeb http://ports.ubuntu.com/ubuntu-ports jaunty-updates main universe restricted multiverse
Now I can install cmus and all its dependencies using:
sudo apt-get install cmus