PDA

View Full Version : HOWTO: Install XMMS?



ubuntu-geek
October 11th, 2004, 06:02 PM
From the command line you can run the following command:

sudo apt-get install xmms
If you get a error when trying to load xmms or it does not load after installation run the following command to install mikmod. Nvidia card users will need to follow this step.

sudo apt-get install mikmod

deleric
October 11th, 2004, 10:06 PM
Oh yeah that did the trick
:D :D :D :D :D

Michael
October 12th, 2004, 09:48 PM
Thanks a bunch :D

textguru
July 5th, 2007, 06:27 AM
I already remove the CDROM of my server and wanting to install XMMS. What repository that I can use to install XMMS?

tackatucka
November 6th, 2007, 09:09 PM
mmh i tried but there came up an error

sudo: apt: command not found

so do I get this command running ?

thx for help =)

tackatucka
November 6th, 2007, 09:19 PM
I just put a space between apt and -get, that was my mistake ^^

*slap myself

kavamaks
April 30th, 2008, 11:06 AM
hello.
i'm new in ubuntu.
i already download xmms 1.2.11.tar.gz and place at dekstop place..
i type 'sudo apt-get install xmms' like ubuntu-geek said..
but nothing happen..

the messege i got, like this...

'potsmokers@devilcom:~$ sudo apt-get install xmms
[sudo] password for potsmokers:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package xmms is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package xmms has no installation candidate'

thanks for help..

crazy_scorpion
May 1st, 2008, 03:53 PM
I have the same problem at Ubuntu 8.04:

root@scorpion:~# apt-get install xmms
Reading package lists... Done
[....]
E: Package xmms has no installation candidate
root@scorpion:~#

erwall
May 1st, 2008, 04:36 PM
AFAIK xmms has been replaced with audacious

It's in the repos.

yetidude
May 14th, 2008, 04:53 AM
AFAIK xmms has been replaced with audacious

It's in the repos.
thank you for the help

PinkFloyd102489
May 14th, 2008, 05:11 AM
Just to make it clear, a checkinstall of XMMS is available in the repos now. XMMS2 has "replaced" the original version but you can still get the original if you're like me and want to cling to it.

If you want specific plugins for it, you'll have to download them from the XMMS site and compile them if they arent in the repos.

notepad
May 20th, 2008, 01:08 PM
Just to make it clear, a checkinstall of XMMS is available in the repos now. XMMS2 has "replaced" the original version but you can still get the original if you're like me and want to cling to it.

If you want specific plugins for it, you'll have to download them from the XMMS site and compile them if they arent in the repos.

are you kidding? xmms2 has no gui.

forget about xmms people. audacious is the new deal.

Christmas
May 20th, 2008, 02:29 PM
Thanks for this ubuntu-geek (can't find the Thank You button anywhere so...). I'm using Debian and XMMS is not even available in the repos (but Audacious) and I compiled it succesfully but when I was to start it, it wouldn't start, failing with some "can't load libxmms.so library". I did the mikmod trick and now it works. So thanks again.

cuentosdepapel
August 12th, 2008, 03:34 AM
thanks very much for the solution! cheers

TMachado
December 15th, 2008, 03:26 PM
I've installed xmms2 but has no gui.

Installed audacious but I really dont like it.

So, if I want to use a mp3 player "like winamp" I just have to install xmms am I right? So I've download tar.gz from xmms, and I'me following install instructions. But I have the following error when I run ./configure:


configure: error: *** GLIB >= 1.2.2 not installed - please install first ***


What should I do?

pegasusOnline
January 5th, 2010, 05:30 AM
I've installed xmms2 but has no gui.

Installed audacious but I really dont like it.

So, if I want to use a mp3 player "like winamp" I just have to install xmms am I right? So I've download tar.gz from xmms, and I'me following install instructions. But I have the following error when I run ./configure:


configure: error: *** GLIB >= 1.2.2 not installed - please install first ***
What should I do?

excuse me for my bad english:

here the solution!:

go to console from gnome:

execute :
sudo gedit /etc/apt/sources.list

put your version of Ubuntu


Debian Lenny 32- and 64-bit x86

deb http://www.pvv.ntnu.no/~knuta/xmms/lenny ./
deb-src http://www.pvv.ntnu.no/~knuta/xmms/lenny ./

Ubuntu Hardy 32- and 64-bit x86

deb http://www.pvv.ntnu.no/~knuta/xmms/hardy ./
deb-src http://www.pvv.ntnu.no/~knuta/xmms/hardy ./

Ubuntu Jaunty 32- and 64-bit x86

deb http://www.pvv.ntnu.no/~knuta/xmms/jaunty ./
deb-src http://www.pvv.ntnu.no/~knuta/xmms/jaunty ./


Ubuntu Karmic 32- and 64-bit x86

deb http://www.pvv.ntnu.no/~knuta/xmms/karmic ./
deb-src http://www.pvv.ntnu.no/~knuta/xmms/karmic ./

I have Ubuntu Karmic so i put
deb http://www.pvv.ntnu.no/~knuta/xmms/karmic ./
deb-src http://www.pvv.ntnu.no/~knuta/xmms/karmic ./


then execute :
sudo apt-get update
sudo apt-get install xmms

then execute:

sudo /usr/bin/xmms that all!! , enjoy!