LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-29-2012, 09:43 AM   #1
vnc
LQ Newbie
 
Registered: Jun 2012
Location: terra
Distribution: centOS Ubuntu
Posts: 13

Rep: Reputation: Disabled
xmms installation


when installing xmms following files missing error gives
gtk+ >= 1:1.2.2 is needed by xmms-1.2.10-1.i386
libgdk-1.2.so.0 is needed by xmms-1.2.10-1.i386
libglib-1.2.so.0 is needed by xmms-1.2.10-1.i386
libgmodule-1.2.so.0 is needed by xmms-1.2.10-1.i386
libgthread-1.2.so.0 is needed by xmms-1.2.10-1.i386
libgtk-1.2.so.0 is needed by xmms-1.2.10-1.i386

i m installing through command rpm -iv xmms-1.2.10-1.i386

i need this file where can i get this file..

thanks ...
Vikas
sharing is Caring
 
Old 06-29-2012, 10:26 AM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Welcome to LQ.

The proof install command is :
yum localinstall --nogpgcheck xmms-1.2.10-1.i386.rpm

.. Then yum will install the dependencies =
glib ( -1.2.10 ), gtk+ ( -1.2.10 )

Note : xmms-1.2.10-1.i386.rpm is a Fedora 1 package.
http://archives.fedoraproject.org/pu...pdates/1/i386/

.
 
1 members found this post helpful.
Old 06-29-2012, 10:39 AM   #3
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
Is xmms even still around? It was pretty much a defunct project several years ago, and many distros have dropped it from their repositories.

There are many, many other good, more modern players out there now. I recommend you try one of them instead. Audacious with it's winamp skin support, or perhaps qmmp, come the closest to being true xmms replacements. There are also the daemon/client oriented xmms2 and mpd, among a multitude of other choices.
 
2 members found this post helpful.
Old 06-29-2012, 10:23 PM   #4
vnc
LQ Newbie
 
Registered: Jun 2012
Location: terra
Distribution: centOS Ubuntu
Posts: 13

Original Poster
Rep: Reputation: Disabled
xmms installation

Quote:
Originally Posted by knudfl View Post
Welcome to LQ.

The proof install command is :
yum localinstall --nogpgcheck xmms-1.2.10-1.i386.rpm

.. Then yum will install the dependencies =
glib ( -1.2.10 ), gtk+ ( -1.2.10 )

Note : xmms-1.2.10-1.i386.rpm is a Fedora 1 package.
http://archives.fedoraproject.org/pu...pdates/1/i386/

.
thanks for replying

actually i have got task to install xmms by compiling the missing files by not yum. So can you guide me how to do i have found all missing files and downloaded now i want to make rpm.

now i m having xmms-1.2.10-1.i386.rpm n all missing file so how can i merge this file to xmms.rpm.

Regards
Vikas
Linux NewB
 
Old 06-30-2012, 08:15 AM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Please read ...
http://www.linuxquestions.org/linux/...Ask_a_Question
http://linuxsilo.net/docs/smart-questions_en.html
I.e. please specify your OS <name> <version>.

First thing to do is to install the packages, you want,
and make sure that everything works.

( Xmms is probably not what you want for your OS ?
Xmms2 is the "xmms package" for all Fedora, CentOS etc. See post #3.)

.

Last edited by knudfl; 06-30-2012 at 08:17 AM.
 
Old 07-16-2012, 10:15 AM   #6
vnc
LQ Newbie
 
Registered: Jun 2012
Location: terra
Distribution: centOS Ubuntu
Posts: 13

Original Poster
Rep: Reputation: Disabled
CentOS 5.5
Kernel 2.6.18-8.el5

i got it !! i have just downloaded all the missing rpm one by one...now only one file i m not able to get that is gtk+ =1:12.10 ...hoping to get that file.if anyone can give me than plz provide me that file i have search on pkgs.org..etc....

thanks everyone
 
Old 07-16-2012, 10:46 AM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 6

All the CentOS 5.(8) "i386" packages are here ..
http://mirror.centos.org/centos/5.8/os/i386/CentOS/
> gtk+-1.2.10-56.el5.i386.rpm
> http://mirror.centos.org/centos/5.8/...6.el5.i386.rpm

( Updates http://mirror.centos.org/centos/5.8/updates/i386/RPMS/ )

.
 
Old 07-16-2012, 08:57 PM   #8
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,382
Blog Entries: 28

Rep: Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164
Quote:
Is xmms even still around?
XMMS still comes with Slackware, still works great, still has a website. http://xmms.org/
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
XMMS installation on RHEL 5 sangayya.a Linux - Enterprise 8 12-30-2007 12:30 PM
xmms-wma installation john.s Linux - Software 2 06-14-2006 11:25 PM
xmms-1.2.10 installation geordzilla Linux - Software 6 01-06-2006 05:47 AM
xmms installation charnel Linux - Newbie 7 03-21-2005 06:18 PM
XMMS question on installation Balkman Linux - Newbie 1 02-06-2004 11:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration