imdeemvp
1st January 2005, 10:39 AM
Disclaimer: Do it at your own risk. Everything started with this thread. (http://www.fedoraforum.org/forum/showthread.php?t=27592). I have used amule (http://www.amule.org/) without any problems and installation was via yum. UPDATE: There is an RPM for limewire and installation details are at the bottom of this thread This is for installations in fedora core 3 and 4..
Go here to install LIMEWIRE PRO (http://forums.fedoraforum.org/showthread.php?t=101298)
I would like to let people know that there is a distro that comes with all the browser plug-ins included and it is PCLinuxOS (http://www.pclinuxos.com/) which is a great distro for newbies. It has 2 versions one for ATI and Nvidia drivers allready installed. It also includes limewire, amule, bittorrent and a lot of wireless support. So check it out!!
Amule installation:
yum install amuleVery nice peer 2 peer but a little slow.
UPDATE: Installation for fedora core 4 and make sure you JAVA installed. (http://www.fedoraforum.org/forum/showthread.php?t=59385). You need to install the latest LimeWireLinux.rpm (http://www9.limewire.com/beta/LimeWireLinux.rpm) and open terminal and run :rpm -Uvh --nodeps LimeWireLinux.rpm
I also tried GTK-Gnutella (http://gtk-gnutella.sourceforge.net/) which I am providing the link so you can do the download. This apps is "spyware free".
To install run this command:[root@myFC4 Linux]# rpm -ivh gtk-gnutella-0.95-1.gtk1.i386.rpm
The first thing you need is to install JAVA. (http://www.fedoraforum.org/forum/showthread.php?t=29928)
LET'S INSTALL LIMEWIRE....
I ran into trouble when trying to install LimeWire for linux. (http://www.limewire.com/english/content/downloadfree.shtml) But with the help from tchung from www.fedoranews.org (http://www.fedoranews.org/tchung/). I was able to install LimeWire. This was the error I got at terminal. (http://www.fedoraforum.org/forum/showpost.php?p=145373&postcount=19) TChung suggested doing this:I have another suggestion.
You can create a file in /etc/profile.d/java.sh with following content:
(Assuming you have j2re 1.4.2_06 rpm package from sun website)
So open terminal and type: gedit /etc/profile.d/java.sh and add the line in bold only and click on SAVE!
#!/bin/bash
# Init Script for j2re 1.4.2_06
# Drop this script in /etc/profile.d
JAVA_HOME=/usr/java/j2re1.4.2_06
PATH=$JAVA_HOME/bin:$PATH
export JAVA_HOME PATH <--this is last thing done in terminal
Now log out and log back in. Then type "echo $PATH" from a terminal to see the order of executables. This way, you can give a priority to j2re instead of libgcj.
Thomas
IT IS IMPORTANT TO FOLLOW THE ABOVE SUGGESTION! step by step to be able to install LimeWire. Open terminal and type: sh LimeWireLinux.bin and you will get and intallation prompt: [imdeemvp@myfc3 FC3]$ sh LimeWireLinux.bin
Preparing to install...
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
LimeWireLinux.bin: line 326: [: `)' expected, found -z
WARNING! The amount of /tmp disk space required and/or available
could not be determined. The installation will be attempted anyway.
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
Warning: Cannot convert string "-b&h-lucida-medium-r-normal-sans-*-140-*-*-p-*-iso8859-1" to type FontStruct
1. Click OK on first option.
2. Click NEXT on the limewire installer.
3. And continue to click NEXT until you get to installation and click on INSTALL if you are ok with the path of your folders. If not change the path yourselt. I suggest let limewire do it for you.
4. Click on DONE and enjoy.
5. Get your limewire icon from www.kde-look.org and create your launcher and for command use runLimeWire
The purpose of this was to do a benchmark with all three p2p's and in 1st place was LimeWire, 2nd GTK-Gnutella and 3rd was for amule. Screenshots of installation attached.
UPDATE:There is a LimeWire rpm now. You still have to do the suggestion by tchung's and you also need this dependency:libstdc++.so.5 which for FC3 is under compat-libstdc++-8-3.3.4 (http://rpm.pbone.net/index.php3/stat/4/idpl/1601557/com/compat-libstdc++-8-3.3.4.2.i386.rpm.html)
[root@myfc3 imdeemvp]# rpm -ivh LimeWireLinux.rpm
error: Failed dependencies:
libstdc++.so.5 is needed by LimeWire-free-4.4.4-0.i386
libstdc++.so.5(CXXABI_1.2) is needed by LimeWire-free-4.4.4-0.i386
[root@myfc3 imdeemvp]# cd limewire/ <-- I CREATED A FOLDER TO DOWNLOAD LIMEWIRE AND DEPENDENCY.
[root@myfc3 limewire]# rpm -ivh *
Preparing... ########################################### [100%]
1:compat-libstdc++ ########################################### [ 50%]
2:LimeWire-free ########################################### [100%]
[root@myfc3 limewire]#
Go here to install LIMEWIRE PRO (http://forums.fedoraforum.org/showthread.php?t=101298)
I would like to let people know that there is a distro that comes with all the browser plug-ins included and it is PCLinuxOS (http://www.pclinuxos.com/) which is a great distro for newbies. It has 2 versions one for ATI and Nvidia drivers allready installed. It also includes limewire, amule, bittorrent and a lot of wireless support. So check it out!!
Amule installation:
yum install amuleVery nice peer 2 peer but a little slow.
UPDATE: Installation for fedora core 4 and make sure you JAVA installed. (http://www.fedoraforum.org/forum/showthread.php?t=59385). You need to install the latest LimeWireLinux.rpm (http://www9.limewire.com/beta/LimeWireLinux.rpm) and open terminal and run :rpm -Uvh --nodeps LimeWireLinux.rpm
I also tried GTK-Gnutella (http://gtk-gnutella.sourceforge.net/) which I am providing the link so you can do the download. This apps is "spyware free".
To install run this command:[root@myFC4 Linux]# rpm -ivh gtk-gnutella-0.95-1.gtk1.i386.rpm
The first thing you need is to install JAVA. (http://www.fedoraforum.org/forum/showthread.php?t=29928)
LET'S INSTALL LIMEWIRE....
I ran into trouble when trying to install LimeWire for linux. (http://www.limewire.com/english/content/downloadfree.shtml) But with the help from tchung from www.fedoranews.org (http://www.fedoranews.org/tchung/). I was able to install LimeWire. This was the error I got at terminal. (http://www.fedoraforum.org/forum/showpost.php?p=145373&postcount=19) TChung suggested doing this:I have another suggestion.
You can create a file in /etc/profile.d/java.sh with following content:
(Assuming you have j2re 1.4.2_06 rpm package from sun website)
So open terminal and type: gedit /etc/profile.d/java.sh and add the line in bold only and click on SAVE!
#!/bin/bash
# Init Script for j2re 1.4.2_06
# Drop this script in /etc/profile.d
JAVA_HOME=/usr/java/j2re1.4.2_06
PATH=$JAVA_HOME/bin:$PATH
export JAVA_HOME PATH <--this is last thing done in terminal
Now log out and log back in. Then type "echo $PATH" from a terminal to see the order of executables. This way, you can give a priority to j2re instead of libgcj.
Thomas
IT IS IMPORTANT TO FOLLOW THE ABOVE SUGGESTION! step by step to be able to install LimeWire. Open terminal and type: sh LimeWireLinux.bin and you will get and intallation prompt: [imdeemvp@myfc3 FC3]$ sh LimeWireLinux.bin
Preparing to install...
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
LimeWireLinux.bin: line 326: [: `)' expected, found -z
WARNING! The amount of /tmp disk space required and/or available
could not be determined. The installation will be attempted anyway.
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
Warning: Cannot convert string "-b&h-lucida-medium-r-normal-sans-*-140-*-*-p-*-iso8859-1" to type FontStruct
1. Click OK on first option.
2. Click NEXT on the limewire installer.
3. And continue to click NEXT until you get to installation and click on INSTALL if you are ok with the path of your folders. If not change the path yourselt. I suggest let limewire do it for you.
4. Click on DONE and enjoy.
5. Get your limewire icon from www.kde-look.org and create your launcher and for command use runLimeWire
The purpose of this was to do a benchmark with all three p2p's and in 1st place was LimeWire, 2nd GTK-Gnutella and 3rd was for amule. Screenshots of installation attached.
UPDATE:There is a LimeWire rpm now. You still have to do the suggestion by tchung's and you also need this dependency:libstdc++.so.5 which for FC3 is under compat-libstdc++-8-3.3.4 (http://rpm.pbone.net/index.php3/stat/4/idpl/1601557/com/compat-libstdc++-8-3.3.4.2.i386.rpm.html)
[root@myfc3 imdeemvp]# rpm -ivh LimeWireLinux.rpm
error: Failed dependencies:
libstdc++.so.5 is needed by LimeWire-free-4.4.4-0.i386
libstdc++.so.5(CXXABI_1.2) is needed by LimeWire-free-4.4.4-0.i386
[root@myfc3 imdeemvp]# cd limewire/ <-- I CREATED A FOLDER TO DOWNLOAD LIMEWIRE AND DEPENDENCY.
[root@myfc3 limewire]# rpm -ivh *
Preparing... ########################################### [100%]
1:compat-libstdc++ ########################################### [ 50%]
2:LimeWire-free ########################################### [100%]
[root@myfc3 limewire]#