How-To: Install Qmmp 0.7.3 in Ubuntu 13.04

Posted by Chris7mas on Oct 7, 2013 3:21 AM EDT
TuxArena; By Craciun Dan
Mail this story
Print this story

Qmmp is a music player written in Qt wich an interface that resembles the one of the old XMMS and Winamp 2.x. Qmmp comes with some very nice features including XMMS/Winamp 2.x skins support, an equalizer, plugins, configurable shortcuts and transparency effects.

Qmmp is a music player written in Qt wich an interface that resembles the one of the old XMMS and Winamp 2.x. Qmmp comes with some very nice features including XMMS/Winamp 2.x skins support, an equalizer, plugins, configurable shortcuts and transparency effects.

This tutorial shows how to install Qmmp 0.7.3 in Ubuntu 13.04 Raring Ringtail using two methods: from the PPA or by compiling from source. This tutorial can also be used in Mint 15. Installing from the PPA To install Qmmp from the PPA, type the following commands in the terminal:

sudo add-apt-repository ppa:forkotov02/ppa sudo apt-get update sudo apt-get install qmmp

Compile and Install Qmmp in Ubuntu 13.04 Here are the steps to follow:

Step #1. Download the source tarball Download the source tarball to a location somewhere on your hard disk (e.g. $HOME/Downloads).

Step #2. Uncompress the source tarball Make sure the current working directory is the one where you downloaded the tarball and issue the following command: tar -xjf qmmp-0.7.3.tar.bz2 Replace qmmp-0.7.3.tar.bz2 with the name of your tarball (it may have a different version).

Step #3. Install the needed dependencies For this you have to make sure you have the source repositories enabled. Make sure you have a line similar to this one inside your /etc/apt/sources.list file (type cat /etc/apt/sources.list to see the contents of this file): deb-src http://archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse Next, type the following command: sudo apt-get build-dep qmmp Step #4. Compile and Install Qmmp To install as root, system-wide, type:

cmake ./ make sudo make install

Qmmp should now be installed as /usr/local/bin/qmmp. Screenshots Qmmp 0.7.3 in Mint 15 KDE Resources

Homepage Qmmp at Google Code Download

Full Story

  Nav
» Read more about: Story Type: Tutorial; Groups: Ubuntu

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.