LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > MEPIS
User Name
Password
MEPIS This forum is for the discussion of MEPIS Linux.

Notices


Reply
  Search this Thread
Old 09-04-2005, 04:06 PM   #1
ToofDogger
Member
 
Registered: Aug 2005
Distribution: MEPIS
Posts: 52

Rep: Reputation: 15
Limewire


I want to install limewire onto my computer but my problem is that when I click the rpm and save into "kdepackages" it comes up with a screen that says I can install it but when I try it says...

rpm -U --replacepkgs '//tmp/LimeWireLinux-1.rpm';echo RESULT=$?
rpm: To install rpm packages on Debian systems, use alien. See README.Debian.
error: cannot open Packages index using db3 - No such file or directory (2)
error: cannot open Packages database in /var/lib/rpm
RESULT=1
 
Old 09-04-2005, 04:29 PM   #2
spooon
Senior Member
 
Registered: Aug 2005
Posts: 1,755

Rep: Reputation: 51
Yes, on Debian-based distros, you need use the "alien" command to convert the RPM into a .deb package; and then install that.
 
Old 09-05-2005, 12:28 PM   #3
lefty.crupps
Member
 
Registered: Apr 2005
Location: Minneap USA
Distribution: Debian, Mepis, Sidux
Posts: 470

Rep: Reputation: 32
open an xterm window in the folder where the file is stored. MEPIS cannot install .rpm packages, so we need to change it to a .deb package. in that xterm window (maybe as su) type
Code:
alien filename*
and that will change the package into .deb That * (wildcard) means that you don't need to type the whole name, just enough of it for alien to know what package its working on.
 
Old 09-05-2005, 08:09 PM   #4
ToofDogger
Member
 
Registered: Aug 2005
Distribution: MEPIS
Posts: 52

Original Poster
Rep: Reputation: 15
IT worked, thank you very much
 
Old 06-15-2006, 07:39 PM   #5
randell6564
Member
 
Registered: Nov 2005
Location: California USA
Distribution: Ubuntu,(Feisty Fawn) Windows XP(Home Edition)
Posts: 634

Rep: Reputation: 31
How about installing a Debian package from 'FrostWire.?

I downloaded it to my desktop and right-clicked it, chose 'Manage Package>Install' and a little window flashed on for a split-second

And then nothing! No install!

Any Ideas?
 
Old 06-19-2006, 01:19 PM   #6
glidermike
Member
 
Registered: Nov 2005
Location: Toronto Canada
Distribution: Debian
Posts: 90

Rep: Reputation: 16
limewire

I use gtk-gnutella, easily downloaded and installed with synaptic,is easily configured and works great with mepis.
 
Old 07-10-2006, 11:58 AM   #7
samuelmp
Member
 
Registered: Feb 2004
Location: england
Distribution: mepis 3-4-3 [join us]
Posts: 154

Rep: Reputation: 30
hi there this is how to get it to work with alien as I did this and saved it in OO

have a good look at the lines I put in only. it's really easy


Password:
root@1[samuelmp]# apt-get install alien
Reading package lists... Done
Building dependency tree... Done
alien is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@1[samuelmp]# alien LimewireLinux.rpm
File "LimewireLinux.rpm" not found.
root@1[samuelmp]# cd /home/samuelmp
root@1[samuelmp]# alien LimeWireLinux.rpm
limewire-free_4.10.9-1_i386.deb generated
root@1[samuelmp]# dpkg -i limewire-free_{version-number}_i386.deb
dpkg: error processing limewire-free_{version-number}_i386.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
limewire-free_{version-number}_i386.deb
root@1[samuelmp]# dpkg -i limewire-free_4.10.9-1_i386.deb
Selecting previously deselected package limewire-free.
(Reading database ... 73040 files and directories currently installed.)
Unpacking limewire-free (from limewire-free_4.10.9-1_i386.deb) ...
Setting up limewire-free (4.10.9-1) ...
root@1[samuelmp]# limewire
Starting LimeWire...
Java exec found in PATH. Verifying...
Suitable java version found [java = 1.5.0_05]
Configuring environment...
Loading LimeWire:
CyberGarage warning : addr = 192.168.1.3
CyberGarage warning : port = 8008
CyberGarage warning : Operation not permitted
java.io.IOException: Operation not permitted
at java.net.PlainDatagramSocketImpl.send(Native Method)
at java.net.DatagramSocket.send(Unknown Source)
at org.cybergarage.upnp.ssdp.HTTPUSocket.post(HTTPUSocket.java:194)
at org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket.post(SSDPSearchResponseSocket.java:109)
at org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList.post(SSDPSearchResponseSocketList.java:143)
at org.cybergarage.upnp.ControlPoint.search(ControlPoint.java:494)
at org.cybergarage.upnp.ControlPoint.start(ControlPoint.java:819)
at org.cybergarage.upnp.ControlPoint.start(ControlPoint.java:849)
at com.limegroup.gnutella.UPnPManager.start(UPnPManager.java:130)
at com.limegroup.gnutella.gui.Initializer.initialize(Initializer.java:189)
at com.limegroup.gnutella.gui.GUILoader.load(GUILoader.java:41)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.limegroup.gnutella.gui.Main.main(Main.java:44)





this will creat a debian file next to your RPM file which will be in the same folder as the RPM

Last edited by samuelmp; 07-10-2006 at 12:00 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Limewire toolapc22 Linux - Newbie 1 07-07-2005 01:56 AM
nobody on limewire? Cookie Linux - General 3 09-27-2003 12:13 PM
LimeWire Franklymac476 Linux - Software 8 03-16-2003 08:31 PM
limewire kafnir Linux - Software 1 11-22-2002 05:27 AM
Limewire?? AquamaN Linux - Software 2 10-07-2002 06:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > MEPIS

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