LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to install .rpm (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-rpm-385438/)

BackwardsDown 11-22-2005 04:41 AM

How to install .rpm
 
I just dont simply understand, I have searcht te forum and google but I cant seem to find it,

I have downloaded limewire for linux, its a .rpm

I have found on the form:
Quote:

for instaling u just need rpm -i filename(with rpm extension)
but it says (even if I am logged in as a root):
bash: rpm: command not found

can someone tell me in a newbie way how to use a .rpm

(I am running debian with several windowmakers)

Sargek 11-22-2005 04:53 AM

Re: How to install .rpm
 
Quote:

Originally posted by BackwardsDown
I just dont simply understand, I have searcht te forum and google but I cant seem to find it,

I have downloaded limewire for linux, its a .rpm

I have found on the form:


but it says (even if I am logged in as a root):
bash: rpm: command not found

can someone tell me in a newbie way how to use a .rpm

(I am running debian with several windowmakers)

Rpm is a Red Hat software package management system. so since you are running Debian, I would say you do not have this installed. You should be able to do one of two things: either install the rpm package management system by running
Code:

apt-get install rpm
or by seeing if there is a Debian package (.deb) available for the software you want to install. There may also be a program to convert the .rpm into a .deb file. I am not a Debian or Red Hat user, so really can't give you anymore specifics, but these are just some possible solutions I thought of.

BackwardsDown 11-22-2005 05:06 AM

yay, I have made a .deb file of it with alien,

but how do I install the .deb file?:rolleyes:

Sargek 11-22-2005 05:10 AM

Deb
 
Quote:

Originally posted by BackwardsDown
yay, I have made a .deb file of it with alien,

but how do I install the .deb file?:rolleyes:

Well, not a Debian user, but I think you would use the
Code:

apt
command to do it. Try running
Code:

man apt
to view the documentation for the apt command, and that should point you in the right direction.

BackwardsDown 11-22-2005 06:17 AM

can seem fo figure it out:study:

can someone help me?:confused:

bioalchemist 11-22-2005 11:59 AM

Code:

dpkg -i packagename.deb
should do the trick.

BackwardsDown 11-22-2005 12:28 PM

ah, thanks:D


All times are GMT -5. The time now is 04:54 PM.