LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 12-24-2006, 11:28 AM   #1
marvelade
LQ Newbie
 
Registered: Dec 2006
Location: Belgium
Distribution: Mac OS X; Ubuntu 8.04 in a VM
Posts: 29

Rep: Reputation: 16
how do i install an RPM package?


Hi all,

When I want to install a RPM file my Konsole says

bash: rpm: command not found

I issued the following command as the tutorial on this site suggested

rpm LimeWireLinux.rpm


any tips&tricks ? As you will probably see I'm a complete newbie at this


Best regards,
Marvelade
 
Old 12-24-2006, 11:34 AM   #2
penguiniator
Member
 
Registered: Feb 2004
Location: Olympia, WA
Distribution: SolydK
Posts: 442
Blog Entries: 3

Rep: Reputation: 60
It sounds like you are using a distribution that is not based on rpm packages, like Ubuntu, Xandros, Freespire, or Debian. Or maybe Slax or Slackware. If that's the case, look into how to install packages for your distribution. Apt for the first group. I don't remember what the utility for Slackware is, but it uses tarballs as a base for it's packages.
 
Old 12-24-2006, 11:48 AM   #3
Cara25
Member
 
Registered: Mar 2006
Location: Nashville, Tennessee
Distribution: Salix 13.37 with KDE
Posts: 258

Rep: Reputation: 36
What Linux distribution are you using ? Some distributions of Linux do not use RPM files, they use something else usually specific to that distribution. Where did you find the limewire.rpm file ?
 
Old 12-24-2006, 12:17 PM   #4
^dark_c0de^
LQ Newbie
 
Registered: Dec 2006
Posts: 14

Rep: Reputation: 0
If you use PCLinuxOS this command should work:

rpm -i software.v2.3.4.rpm
 
Old 12-24-2006, 03:49 PM   #5
sumguy231
Member
 
Registered: Apr 2004
Location: North America
Distribution: Kubuntu 7.04 - Feisty Fawn
Posts: 296

Rep: Reputation: 30
I recommend Frostwire if you're using something Debian-based just because they have Ubuntu/Debian packages for the latest version:
http://www.frostwire.com/
 
Old 12-24-2006, 04:11 PM   #6
IndyGunFreak
Senior Member
 
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355

Rep: Reputation: 70
Quote:
Originally Posted by sumguy231
I recommend Frostwire if you're using something Debian-based just because they have Ubuntu/Debian packages for the latest version:
http://www.frostwire.com/
Limewire also has debian and RPM packages.

Hard to help the original poster w/o knowing his distro, but it does sound like he is using a debian distribution.(Ubuntu/Mepis and a few others)... What program are you trying to install, I'm sure someone can point you to either the .deb file or the source so you can compile it.

IGF

Last edited by IndyGunFreak; 12-25-2006 at 04:43 AM.
 
Old 12-24-2006, 06:17 PM   #7
marvelade
LQ Newbie
 
Registered: Dec 2006
Location: Belgium
Distribution: Mac OS X; Ubuntu 8.04 in a VM
Posts: 29

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by Cara25
What Linux distribution are you using ? Some distributions of Linux do not use RPM files, they use something else usually specific to that distribution. Where did you find the limewire.rpm file ?
I am using Kubuntu 6.06
 
Old 12-24-2006, 07:14 PM   #8
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
Kubuntu is a Debian derivative, which uses .deb installation packages. The tools to use for installing are:
apt-get
aptitude
adept

You probably have documentation on your hard drive that explains how to use them. Look in /usr/share/docs.
 
Old 12-24-2006, 09:18 PM   #9
IndyGunFreak
Senior Member
 
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355

Rep: Reputation: 70
Quote:
Originally Posted by marvelade
I am using Kubuntu 6.06
I stand corrected, I thought Limewire had a .deb package

Here's how to install Alien, which will translate the Limewire RPM package, to a deb file, allowing it to be installed.

Open a Terminal...

Code:
sudo apt-get install alien
Once that is done, Download the Limewire RPM to your desktop
http://www.limewire.com/english/cont...oadfree2.shtml

Go back to Terminal.... and cd to your desktop. If you're not sure what your home desktop directory is, right click the RPM file, and choose properties, where it says "location" is what you need to put in the cd...

Code:
 ken@ken-desktop:~$ cd /home/ken/Desktop
 ken@ken-desktop:~/Desktop$
then
Code:
ken@ken-desktop:~/Desktop$ sudo alien LimeWireLinux.rpm
This should create a LimeWireLinux.deb file on your desktop. Double click it to install Limewire. Thus far, its worked just as it does in Windows for me... I forgot I used alien to create the .deb file, thus the reason for the wrong info that there was a .deb file on Limewire's site.

IGF

Last edited by IndyGunFreak; 12-24-2006 at 09:19 PM.
 
Old 12-25-2006, 12:57 PM   #10
marvelade
LQ Newbie
 
Registered: Dec 2006
Location: Belgium
Distribution: Mac OS X; Ubuntu 8.04 in a VM
Posts: 29

Original Poster
Rep: Reputation: 16
hey there, thanks for the helpful reply
I did the following:

jos@pong:~$ cd /home/jos/Desktop
jos@pong:~/Desktop$ ls
amsn-0.96-2.tcl84.x86.package LimeWireLinux.rpm
jos@pong:~/Desktop$ sudo alien LimeWireLinux.rpm
cpio: premature end of file
limewire-free_4.12.6-1_i386.deb generated

this allows me to click on the file but it seems to be an archive which holds 3 files

data.tar.gz
control.tar.gz
debian-binary

where do i go next? I can view the files inside the tar.gz but what am i supposed to do here?

thanks for the help so far because this is REALLY confusing to a newbie (i daren't say aloud that i am network administrator in our company's 100% windows network :$ )


best regards,
Marvelade
 
Old 12-25-2006, 01:17 PM   #11
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
As root, from a terminal prompt ... # dpkg -i limewire-free_4.12.6-1_i386.deb
 
Old 12-25-2006, 01:50 PM   #12
marvelade
LQ Newbie
 
Registered: Dec 2006
Location: Belgium
Distribution: Mac OS X; Ubuntu 8.04 in a VM
Posts: 29

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by rickh
As root, from a terminal prompt ... # dpkg -i limewire-free_4.12.6-1_i386.deb
jos@pong:~/Desktop$ dpkg -i limewire-free_4.12.6-1_i386.deb
dpkg: requested operation requires superuser privilege
jos@pong:~/Desktop$ sudo dpkg -i limewire-free_4.12.6-1_i386.deb
Password:
Selecting previously deselected package limewire-free.
(Reading database ... 70100 files and directories currently installed.)
Unpacking limewire-free (from limewire-free_4.12.6-1_i386.deb) ...
Setting up limewire-free (4.12.6-1) ...


errr..... now what do i do?
 
Old 12-25-2006, 01:52 PM   #13
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Edit: sorry, never mind.
 
Old 12-25-2006, 03:58 PM   #14
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
Quote:
Edit: sorry, never mind.
Does that mean I'm not the only person that runs out of patience at a certain point?
 
Old 12-25-2006, 04:08 PM   #15
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by rickh
Does that mean I'm not the only person that runs out of patience at a certain point?
Probably! I just didn't read the post properly .
 
  


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
Can't install a RPM package mobyuk Linux - Newbie 3 12-11-2008 05:24 AM
rpm package install in RedHat rafiqul Linux - Newbie 4 02-03-2006 11:08 AM
Where does rpm install package doublej Linux - Software 4 12-12-2005 03:51 AM
I can't install with RPM package. PICOspark Linux - Newbie 8 04-06-2005 06:40 AM
Install package with RPM nobyone Linux - Newbie 4 04-01-2004 10:50 AM

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

All times are GMT -5. The time now is 12:55 PM.

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