LinuxQuestions.org
Review your favorite Linux distribution.
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 04-12-2006, 08:15 AM   #1
greatquizzard
Member
 
Registered: Mar 2006
Location: Singapore
Distribution: Ubuntu 10.10
Posts: 83

Rep: Reputation: 16
Question What would be a nice P2P program? I've tried out...


I want to know what would be a nice P2P program. I've tried out many and here's what happened. Note that I do installs from the RpmDrake tool in my distro, or from tarball, preference in that order

LimeWire: I have Java Runtime Environment 1.5, but whenver I install using the RPM, no entry shows up in the menu or even in /usr/bin or /usr/local/bin. I've downloaded it many times and every time I try to install, it says 'Everything already installed'. Typing limewire in console reults in 'command not found'. And since it doesn't show up on 'Remove Software' list, I can't try a clean install

Xnap: Installs fine, creates menu entry but it never starts. It shows 'Starting Xnap' for a long time and then goes away.

Phex: After opening the zip file, there's nothing I can figure out! Where's the configure script or executable? There are just many folders and subfolders, containing '.class' files, that's it.

Appollon: Installation failed due to some missing dependency, but I don't know gow to bypass it's graphical interface.

Gtk-Gnutella: It said that installed successfully, but nothing in /usr/bin etc.

I've tried many others too, but these are the main ones I remember. The only one I can successfully install and use is Mutella (installed from tarball), but I could only use it's command line interface, couldn't figure out how to start GUI. I also have Azureus and BitTorrent, they work fine, but I want a non-BitTorrent client too.
 
Old 04-12-2006, 08:20 AM   #2
ethics
Senior Member
 
Registered: Apr 2005
Location: London
Distribution: Arch - Latest
Posts: 1,522

Rep: Reputation: 45
limewire runs for me, it's run with limewire.sh though on my system, try a
Code:
locate limewire.sh
I use that and bittorrent, works a charm

xnap - run from the console, get error outputs, then we can advise.

never used the others
 
Old 04-12-2006, 08:29 AM   #3
greatquizzard
Member
 
Registered: Mar 2006
Location: Singapore
Distribution: Ubuntu 10.10
Posts: 83

Original Poster
Rep: Reputation: 16
'locate limewire.sh' didn't find anything.

Problem with BitTorrent is, the files give the whole collection, without the option of individual files, which I desire.
 
Old 04-12-2006, 08:32 AM   #4
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
Xnap is a piece of cake. All you need is the xnap2.5r3.jar file. Put it in /usr/local/bin/. Create a launcher with the command "java -jar /usr/local/bin/xnap2.5r3.jar"
 
Old 04-12-2006, 08:40 AM   #5
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
To find if limewire is installed, do
Code:
rpm -qa | grep -i limewire
Post the results of running that command. I have never had a problem with the rpm on Mandriva, Suse or Fedora Core. On Mandriva, you have to create your own menu entry.

Another good file sharing client is mldonkey.
 
Old 04-12-2006, 10:05 AM   #6
greatquizzard
Member
 
Registered: Mar 2006
Location: Singapore
Distribution: Ubuntu 10.10
Posts: 83

Original Poster
Rep: Reputation: 16
Reply to redazz: Showed nothing, just stopped for a while and then went on to new line for any other command.
 
Old 04-12-2006, 03:33 PM   #7
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
Originally Posted by greatquizzard
Reply to redazz: Showed nothing, just stopped for a while and then went on to new line for any other command.
It seems like something got borked in the rpm database if rpm can't find LimeWire but then refuses to install it because it thinks its already there. What I suggest you do is install LimeWire using the force command. Make sure you have java installed, then do
Code:
#rpm -Uvh --nodeps --force LimeWireLinux.rpm
The command to start LimeWire is simply "limewire".
 
Old 04-12-2006, 08:03 PM   #8
ScottReed
Member
 
Registered: Dec 2005
Location: Montana
Distribution: Debian "squeeze"
Posts: 157

Rep: Reputation: 30
You may wish to try Nicotine, a SoulSeek derivative. Requires python to work. Great application.

SoulSeek is a very specific community of people, mostly electronic/ambient/noise/idm etc... however you can find most anything on there.

As for LimeWire I cannot help you, I do not use.

The command line version of Gnutella is GREAT. If it works for you then learn how to use it.

Scott
 
Old 04-13-2006, 09:08 AM   #9
greatquizzard
Member
 
Registered: Mar 2006
Location: Singapore
Distribution: Ubuntu 10.10
Posts: 83

Original Poster
Rep: Reputation: 16
Exclamation Reply to redazz

I tried what you said, forcing an install. It didn't install and here's what it gave back.

Code:
[root@localhost Packages]# rpm -Uvh --nodeps --force LimeWireLinux.rpm
error: LimeWireLinux.rpm: MD5 digest: BAD Expected(195927c8f8766017d964c48e53ca7d44) != (bb9e023650554bc8f22a077bdb719438)
error: LimeWireLinux.rpm cannot be installed
[root@localhost Packages]#
When I'd tried from RpmDrake GUI tool, it never told about any bad md5 checksums. Also, just to make sure, I also deleted and downloaded Limewire again, same problem. I tried a different source for the download too, problem persisted.

Reply to ScottReed: SoulSeek doesn't seem to be too enticing in it's content. And as a noob, I would like to start using command line versions a little later.
 
Old 04-13-2006, 04:03 PM   #10
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Try using a download manager if the package keeps getting corrupted.
 
Old 04-15-2006, 03:01 AM   #11
greatquizzard
Member
 
Registered: Mar 2006
Location: Singapore
Distribution: Ubuntu 10.10
Posts: 83

Original Poster
Rep: Reputation: 16
Well, I am using Mozilla Firefox's download manager.
 
Old 04-15-2006, 03:25 AM   #12
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
Originally Posted by greatquizzard
Well, I am using Mozilla Firefox's download manager.
I meant using something like kget, gwget, d4x or wget.
 
Old 04-16-2006, 04:15 AM   #13
greatquizzard
Member
 
Registered: Mar 2006
Location: Singapore
Distribution: Ubuntu 10.10
Posts: 83

Original Poster
Rep: Reputation: 16
Ah well, let's drop LimeWire. Now I'm using eDonkey. It's fast, but the queues are unbearably long.
 
  


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
Whats the Best Linux P2P Program Anthony1uk General 8 09-21-2005 08:41 AM
Linux newbie needing help installing P2P program rmpdark Linux - Software 4 04-22-2004 12:21 PM
what is the best p2p program out there for linux demmylls Linux - Software 7 03-10-2004 10:15 PM
still looking for a decent p2p program... Choey Linux - Software 12 11-03-2003 06:17 AM
problem while installing p2p program Par4n0iA Linux - Software 2 08-10-2003 08:30 AM

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

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