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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
03-06-2005, 10:32 PM
|
#1
|
LQ Newbie
Registered: Apr 2004
Distribution: Mandrake, Vector
Posts: 22
Rep:
|
Install/Uninstall LimeWire...PATH...JRE
When I installed LimeWire by clicking on the RPM file and tried to run it it said no java path found.
Thinking I may have a bad download, I re-downloaded and tried again. It said: Everything already installed.
I used updatedb and slocate to find every LimeWire file and directory on my machine.
I used rm -rf to remove all of these files.
I then tried to install Lime Wire again and received the same message.
I searched the forums without success other than to discover how to set the PATH, which probably would have solved my initial problem.
How do I get around this?
Please leave answer on the 'bottom shelf' for non-techies like me.
TIA
|
|
|
03-07-2005, 01:03 AM
|
#2
|
Member
Registered: Jun 2004
Location: Thousand Oaks, CA
Distribution: Suse 9.2, Slackware
Posts: 76
Rep:
|
did you remove the /home/yourName/.limewire directory?
if you didn't, then try rm -rf ~/.limewire and then try to install again
I dont really see why removing this directory would make a difference. But then again, I dont really see why you get that message after removing Limewire either. But it's worth a try.
|
|
|
03-07-2005, 01:21 AM
|
#3
|
Member
Registered: Jan 2004
Location: /lost+found
Distribution: Slackware 14.2
Posts: 849
Rep:
|
Quote:
I searched the forums without success other than to discover how to set the PATH, which probably would have solved my initial problem.
|
Code:
export PATH="/usr/lib/path/to/java"
Last edited by Linux~Powered; 03-07-2005 at 01:24 AM.
|
|
|
03-07-2005, 02:43 AM
|
#4
|
LQ Newbie
Registered: Apr 2004
Distribution: Mandrake, Vector
Posts: 22
Original Poster
Rep:
|
>> did you remove the /home/yourName/.limewire directory? <<
Yes, nothing remains named limewire except the RPM file in my download folder
|
|
|
03-07-2005, 06:46 AM
|
#5
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Make sure you have the java rpm installed as an rpm and then try installing the limewire rpm after making sure that your .bash_profile has a path to java that is similar to what Linux~Powered posted and you have logged out of your system and back in again. If it still complains that java is missing and you have it installed, try doing
rpm -Uvh --force --nodeps LimeWire.rpm
|
|
|
03-07-2005, 03:26 PM
|
#6
|
LQ Newbie
Registered: Apr 2004
Distribution: Mandrake, Vector
Posts: 22
Original Poster
Rep:
|
>>> rpm -Uvh --force --nodeps LimeWire.rpm <<<
Thanx, I think. That did get it installed
|
|
|
03-07-2005, 04:06 PM
|
#7
|
LQ Newbie
Registered: Apr 2004
Distribution: Mandrake, Vector
Posts: 22
Original Poster
Rep:
|
>> rpm -Uvh --force --nodeps LimeWire.rpm <<
That did indeed install LimeWire
>> export PATH="/usr/lib/path/to/java" <<
What finally worked was adding this to my .bash_profile
export PATH=$PATH:/usr/java/jre1.5.0_01/bin
I added this before:
export PATH
unset USERNAME
Works great! Thanks to all.
|
|
|
03-07-2005, 06:30 PM
|
#8
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Kool, I'm glad you got that sorted out.
|
|
|
All times are GMT -5. The time now is 01:48 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|