ikirioko 0 Posted October 24, 2004 I just downloaded limewire for linux, but it has no readme file where i can see how i install it. It's a .bin file, i've just begun using linux, so i tried decompressing with tar -x but it does nothing. I double-clicked it and nothing happened. Suggestions anybody? Share this post Link to post
danleff 0 Posted October 24, 2004 From the instructions on the website; Linux - Open a shell and cd (change directory) to the directory where you downloaded the installer. At the prompt type: sh ./LimeWireLinux.bin Installing Limewire Share this post Link to post
iamroot 0 Posted October 25, 2004 Yeah. The instructions work. I tried it out b4. Using LimeWire now. Share this post Link to post
ikirioko 0 Posted October 25, 2004 I am now trying to install the java virtual machine here, cause the limewire installer requires it to work. After getting over with this other problem, i'll check out those instructions again. Meanwhile, suggestions are very welcome. I have tried one more time to install the j2sdk, it didn't give out any problems. Still, the limewire installer (sh ./LimeWireLinux.bin) tells me that "there is no Java virtual machine could be found from your PATH environment variable." What does this mean? Share this post Link to post
ikirioko 0 Posted November 11, 2004 Isn't there a gnutella client or something like that that does the same thing as limewire? Cause i am getting really tired of looking for that environmental PATH variable. Have no idea what the error is. Share this post Link to post
egorgry 0 Posted November 11, 2004 amule uses gnutella network and doesn't need java. To help you understand what limewire is lookin for... type echo $PATH at the cmd line this will display what is in your "path" where programs are allowed to execute from. typicly /usr/bin/ /usr/share/ and so on. To add java to your path you need to edit your .profile or .bash_profile and add the full path to java in the section that looks like the output from your echo $PATH command. To make this a system wide change you can add this to /etc/profile as root. make a backup of whatever you edit in case you need to back out of the cange. cp -p /etc/profile /etc/profile.orig I can eloborate if this is too confusing or if you care. I'd use amule I like it better anyway, Share this post Link to post
Dapper Dan 0 Posted November 11, 2004 GTK-Gnutella installs without quarrel. It does the same thing, only not as pretty... egorgry, could you go into this java path business? I remember when I first started using Linux over three years ago, I almost committed supuku trying to get java in my path so I could install StarOffice. I have stayed away from this java path business ever since. After much therapy and many long nights drinking scotch and playing Team Fortress, I think I might want to learn now. Please don't be surprised though if I run out of the room screaming... Share this post Link to post
egorgry 0 Posted November 11, 2004 I'll write up a formal how to when I get some time. Share this post Link to post
ikirioko 0 Posted November 14, 2004 Thank you all, i actually was missing the PATH variable for java. All i did then was specify it, like so: PATH=$PATH:/usr/java/j2sdk1.4.2_06/bin sh ./LimeWireLinux.bin Using LimeWire now, excellent. 8) Share this post Link to post