Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
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.
|
 |
|
07-23-2003, 11:26 PM
|
#16
|
Member
Registered: Jul 2003
Distribution: fedora, gentoo
Posts: 128
Original Poster
Rep:
|
it brought up the text i agreed to it the it unpacked some stufff.
what is next is i become root. how do i do this, must i log off?
then i type this
rpm -iv j2re-1_4_1_<version number>-linux-i586.rpm do i include the directory to it (/home/guest/j2re-1_4_1_03-linux-i586-rpm.bin)
|
|
|
07-23-2003, 11:29 PM
|
#17
|
Senior Member
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044
Rep:
|
to become root(superuser) all you have to do is to type
su
in the console and than it will prompt you for the password. Thats it.
|
|
|
07-23-2003, 11:40 PM
|
#18
|
Member
Registered: Jul 2003
Distribution: fedora, gentoo
Posts: 128
Original Poster
Rep:
|
ok did that and the rpm -iv
|
|
|
07-23-2003, 11:47 PM
|
#19
|
Member
Registered: Jul 2003
Distribution: fedora, gentoo
Posts: 128
Original Poster
Rep:
|
the file is in the usr/java folder. What do i do now?
|
|
|
07-23-2003, 11:50 PM
|
#20
|
Senior Member
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044
Rep:
|
export PATH=$PATH:/usr/java/j2sdk1.4.2/bin
there should be similar folders in your /usr/java/folder. Find them and do exactly what I did up there. Then you can try installing limewire by doing
./LimeWireLinux.bin
its all in my earlier post
|
|
|
07-23-2003, 11:54 PM
|
#21
|
Member
Registered: Jul 2003
Distribution: fedora, gentoo
Posts: 128
Original Poster
Rep:
|
ok thank u so much. Before i run the lime wire do i have to do the
chmod a+x
|
|
|
07-23-2003, 11:56 PM
|
#22
|
Senior Member
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044
Rep:
|
i dont think so but do chmod +x LimeWireLinux.bin if it doesnt work otherwise
|
|
|
07-24-2003, 12:00 AM
|
#23
|
Member
Registered: Jul 2003
Distribution: fedora, gentoo
Posts: 128
Original Poster
Rep:
|
ok I ran it and says cannot install cause i need a java virtual machine.
Do i have to reboot first then install limewire
|
|
|
07-24-2003, 12:05 AM
|
#24
|
Senior Member
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044
Rep:
|
theres something wrong with this command
export PATH=$PATH:/usr/java/j2sdk1.4.2/bin
make sure its correct path to your java commands. i suggest you reboot and type that command again and make sure it refers to YOUR java installation.
Good Luck
|
|
|
07-24-2003, 12:08 AM
|
#25
|
Member
Registered: Jul 2003
Distribution: fedora, gentoo
Posts: 128
Original Poster
Rep:
|
i type
export PATH=$PATH:/usr/java/j2sdk 1.4.2/bin
just like it is ? or do i have to modify that command?
|
|
|
07-24-2003, 12:15 AM
|
#26
|
Senior Member
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044
Rep:
|
Quote:
i type
export PATH=$PATH:/usr/java/j2sdk 1.4.2/bin
just like it is ? or do i have to modify that command?
|
Yours should look like this one, again an example:
export PATH=$PATH:/usr/java/j2re1.4.2/bin, I cant tell you the exact command because I simply dont know where your java is installed. You find the directory and use my command as a guideline. Find out where in /usr java is installed and then look for bin subdirectory which should have java, javac, javadoc etc. this is the correct path you should export. I hope you get this right this time.
Good Luck
|
|
|
07-24-2003, 12:23 AM
|
#27
|
Member
Registered: Jul 2003
Distribution: fedora, gentoo
Posts: 128
Original Poster
Rep:
|
I am not understanding this part.
export PATH=$PATH:/usr/java/j2re1.4.2/bin
there is a folder named java in /usr with a bin folder in it /usr/java/bin
what am i supposed to export??
Last edited by newbe45; 07-24-2003 at 12:30 AM.
|
|
|
07-24-2003, 01:16 AM
|
#28
|
Senior Member
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044
Rep:
|
Okay, try this in console:
locate jre | more
this will give u a listing of where the jre folder is ON YOUR COMPUTER. There should be a bin folder INSIDE jre folder.
export PATH=$PATH:/your_path_to_jre_bin
and then ./LimeWireLinux.bin
|
|
|
07-24-2003, 01:37 AM
|
#29
|
Member
Registered: Jul 2003
Distribution: fedora, gentoo
Posts: 128
Original Poster
Rep:
|
ok what about the first part in this
export PATH=$PATH:/usr/java/j2re.1.14/bin
^
what goes up there
|
|
|
07-24-2003, 01:43 AM
|
#30
|
Member
Registered: Jul 2003
Distribution: fedora, gentoo
Posts: 128
Original Poster
Rep:
|
what do i put in for the first PATH
|
|
|
All times are GMT -5. The time now is 10:50 PM.
|
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
|
|