LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-05-2004, 04:21 PM   #1
GVG
LQ Newbie
 
Registered: Aug 2004
Posts: 8

Rep: Reputation: 0
Question How to install XMMS on mandrake 10


I have been using linux for ca. one week now, and I think it's lovely.
The only problem I have is to find out how to install/uninstall programs.

Now i want to install xmms and downloaded te file.

I got errors when I'm using the tar.gz.

Now I want to try to use rpm packages. But how on earth do I use them I did everything like some of you told:

-U xmms-mp3-1.2.10-2.2.p.1.fc2.fr.i386.rpm

Than the system says : -bash: -U: command not found.

What command should I use and what after the command has executed. Should I make an install or kan I run the programm at once.

I love the linux but again I'm an old Win#€"s and dos user so I have to get used to linux.

Hope you will help this


With regards GVG
 
Old 08-05-2004, 04:36 PM   #2
pauljtester
LQ Newbie
 
Registered: Apr 2004
Posts: 28

Rep: Reputation: 15
It depends on what distro you are using. By the looks of the tarball (tar.gz) you were trying to install, I'd guess you're using Fedora Core2?

If you've downloaded the .tar.gz you're well on your way. Try the command

rpm -ivh xmms-mp3-1.2.10-2.2.p.1.fc2.fr.i386.rpm

just for info's sake, the -U you were trying to use is called a switch and that is also part of the rpm command. You could for instance if you've already installed xmms previously and want to Upgrade do rpm -Uvh xmms-xxxxxx.xxxx.fc2.i386.rpm

hope this helps,
PJT
 
Old 08-05-2004, 05:00 PM   #3
darin3200
LQ Guru
 
Registered: Dec 2002
Distribution: Gentoo!
Posts: 1,153

Rep: Reputation: 45
Quote:
Originally posted by pauljtester
It depends on what distro you are using. By the looks of the tarball (tar.gz) you were trying to install, I'd guess you're using Fedora Core2?
I'd guess that
Quote:
How to install XMMS on mandrake 10
would mean GVG is running mandrake 10. You can also open up a terminal, su into root, and type
Code:
urpmi xmms
 
Old 08-06-2004, 01:10 AM   #4
GVG
LQ Newbie
 
Registered: Aug 2004
Posts: 8

Original Poster
Rep: Reputation: 0
Thanx Guys.

The urpmi xmms is that the command mandrake is using??
When I write just rpm i can't see this option.

If you guys have some standard install procedures (for whatever program) your welcome to write them to me.

Hope to hear from you soon!


With regars GVG
 
Old 08-06-2004, 06:30 AM   #5
Santas
Member
 
Registered: Jun 2003
Location: Over the rainbow
Distribution: Mandrake 10 / Guadalinex
Posts: 290

Rep: Reputation: 30
you can install xmms from the cds you can go to the menu->system->configure (under gnome) and look for install packages or software or something like this (I don't know what option is cause my desktop isn't in english) enter root password and then you can type the name of software you can install, if the program is in the cds and you haven't got installed yet, you can tick it in the window the click install and then put the cd you have been asked for.

If the program isn't in the cds you can search for it here: http://www.rpmfind.net/linux/RPM/
 
Old 08-06-2004, 12:44 PM   #6
darin3200
LQ Guru
 
Registered: Dec 2002
Distribution: Gentoo!
Posts: 1,153

Rep: Reputation: 45
Quote:
Originally posted by GVG
Thanx Guys.

The urpmi xmms is that the command mandrake is using??
When I write just rpm i can't see this option.

If you guys have some standard install procedures (for whatever program) your welcome to write them to me.

Hope to hear from you soon!


With regars GVG
Typically if you had xmms.rpm you would install it with
Code:
rpm -ivh xmms.rpm
Mandrake has a nice tool though called urpmi. If the package it on one of the CDs, which xmms should be, it will install it from there and it will also see if what you are trying to install has any dependencies and will install them too.

So as root type this
Code:
urpmi xmms
 
Old 08-06-2004, 03:42 PM   #7
GVG
LQ Newbie
 
Registered: Aug 2004
Posts: 8

Original Poster
Rep: Reputation: 0
SHIT errors again:

urpmi gives me the next errors

rpm pakke1: Nogen forespurgte pakker kan ikke installeres:
xmms-1.2.10-0.1gpw.i586 (grundet uopfyldt libxmms1[== 1.2.10-0.1gpw]) (J/n) j
(Some packages can not be installed(because not fully entered libxmms1)

rpm pakke2: [root@dhcppc0 xmms]# urpmi xmms-1.2.10-2.2.p.l.fc2.fr.i386.rpm
kunne ikke nå rpm fil [xmms-1.2.10-2.2.p.l.fc2.fr.i386.rpm]
fejl ved registrering af lokale pakker
(cannot reach rom file, error on registrating of lokal packages)



HELP This
 
Old 08-06-2004, 04:08 PM   #8
darin3200
LQ Guru
 
Registered: Dec 2002
Distribution: Gentoo!
Posts: 1,153

Rep: Reputation: 45
Thanks for the translation
Have you tried looking on the CDs for libxmms and xmms and then go into the directory they are in and typing
Code:
rpm -ivh package.rpm
 
Old 08-06-2004, 05:34 PM   #9
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
Welcome the club of "I can't compile anything in Mandrake"

http://www.linuxquestions.org/questi...37#post1088937
 
Old 08-09-2004, 09:13 AM   #10
pauljtester
LQ Newbie
 
Registered: Apr 2004
Posts: 28

Rep: Reputation: 15
Quote:
Originally posted by darin3200
I'd guess that would mean GVG is running mandrake 10. You can also open up a terminal, su into root, and type
Code:
urpmi xmms
Oops...

URPMI is the way to go as darin3200 said, but first you should try updating your URPMI database.

1. Log in as a regular user and go into X windows (may need to type startx).
2. Open a browser and browse to
http://urpmi.org/easyurpmi/index.php
3. Fill out the proper info according to your setup > follow online instructions.
4. Open a terminal window and type su to change to root
5. As root type first type urpmi.removemedia -a then type all 3 or 4 lines according to the online instructions.
6. once the updates complete type (still as root in the terminal window) urpmi xmms
7. if it asks you if it can install dependencies, say "Y" which would include libxmms

Cheers,
PJT
 
Old 08-09-2004, 02:07 PM   #11
GVG
LQ Newbie
 
Registered: Aug 2004
Posts: 8

Original Poster
Rep: Reputation: 0
Thanx again.

The easiest way was to install them from the CD's with the "package installer" option. I didn't know it was there. But what do you guys generally think about installing 3th perty software. As I can understand it's not yet that easy like in wi€#"ws, is this because of all the different distributions??

Hope to hear from all of you again soon (hopefully not because of the problems)

Greetinx GVG
 
Old 08-10-2004, 04:10 AM   #12
Santas
Member
 
Registered: Jun 2003
Location: Over the rainbow
Distribution: Mandrake 10 / Guadalinex
Posts: 290

Rep: Reputation: 30
I use to install software of 3th party because the one that comes in the cds aren't the last version, for example, mandrake has gnome 2.4 and i want 2.6 or have gimp 1.* and i want gimp 2.*.
 
Old 08-10-2004, 03:07 PM   #13
ka9qlq
Member
 
Registered: Feb 2004
Location: Columbus, IN USA
Distribution: Mepis 3.4 rc1
Posts: 119

Rep: Reputation: 26
Sorry for butting in but I got this
[root@192 ka9qlq]# urpmi.addmedia plf ftp://mandrakeusers.org/pub/PLF/mandrake/10.0 with hdlist.cz
added medium plf
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.cd2.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.cd3.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.cd4.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.cd1.cz]
retrieving source hdlist (or synthesis) of "plf"...
ftp://mandrakeusers.org/pub/PLF/mandrake/10.0/hdlist.cz
...retrieving failed: curl: (9) Couldn't cd to pub

I remember reading somewhere that mdk 10 had a problem with urpmi and curl but can't find it again. Ideas?
Alvin
 
  


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
Mandrake + XMMS joe2280 Linux - Software 2 09-22-2005 04:34 PM
XMMS install problems on Mandrake Alex[RM-UK] Linux - Software 3 05-24-2005 01:50 AM
XMMS Install in Mandrake 10.1 landsurveytech Mandriva 2 01-07-2005 08:13 PM
xmms install problem in Mandrake 10 Mr_Red Linux - Newbie 3 04-08-2004 02:48 AM
Where to get xmms for mandrake? Mint Sauce Linux - Software 2 03-29-2004 06:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:26 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