Hello!
I'm not a complete newbie to linux. I've run it in the past, but I've always had someone else that knew more than me to help out when I had a problem. I'm also trying to move over to linux full-time, so I'll probably be posting a ton more questions.
Anyways, I'm having a bit of a problem installing the newest version of Java, so that I can install Eclipse. I tried at first to just install it using adept. It didn't have the newest version (1.6), so I went to download and installing it. That wasn't a biggie, except for the fact that it didn't work. When I tried to rpm the rpm package, I got this error.
The weird thing is that all of those programs are in the directories they're supposed to be in. Any ideas?
I'm not a complete newbie to linux. I've run it in the past, but I've always had someone else that knew more than me to help out when I had a problem. I'm also trying to move over to linux full-time, so I'll probably be posting a ton more questions.
Anyways, I'm having a bit of a problem installing the newest version of Java, so that I can install Eclipse. I tried at first to just install it using adept. It didn't have the newest version (1.6), so I went to download and installing it. That wasn't a biggie, except for the fact that it didn't work. When I tried to rpm the rpm package, I got this error.
Code:
root@Eva:/usr# rpm -iv jre-6u3-linux-amd64.rpm error: Failed dependencies: /bin/basename is needed by jre-1.6.0_03-fcs.x86_64 /bin/cat is needed by jre-1.6.0_03-fcs.x86_64 /bin/cp is needed by jre-1.6.0_03-fcs.x86_64 /bin/gawk is needed by jre-1.6.0_03-fcs.x86_64 /bin/grep is needed by jre-1.6.0_03-fcs.x86_64 /bin/ln is needed by jre-1.6.0_03-fcs.x86_64 /bin/ls is needed by jre-1.6.0_03-fcs.x86_64 /bin/mkdir is needed by jre-1.6.0_03-fcs.x86_64 /bin/mv is needed by jre-1.6.0_03-fcs.x86_64 /bin/pwd is needed by jre-1.6.0_03-fcs.x86_64 /bin/rm is needed by jre-1.6.0_03-fcs.x86_64 /bin/sed is needed by jre-1.6.0_03-fcs.x86_64 /bin/sort is needed by jre-1.6.0_03-fcs.x86_64 /bin/touch is needed by jre-1.6.0_03-fcs.x86_64 /usr/bin/cut is needed by jre-1.6.0_03-fcs.x86_64 /usr/bin/dirname is needed by jre-1.6.0_03-fcs.x86_64 /usr/bin/expr is needed by jre-1.6.0_03-fcs.x86_64 /usr/bin/find is needed by jre-1.6.0_03-fcs.x86_64 /usr/bin/tail is needed by jre-1.6.0_03-fcs.x86_64 /usr/bin/tr is needed by jre-1.6.0_03-fcs.x86_64 /usr/bin/wc is needed by jre-1.6.0_03-fcs.x86_64 /bin/sh is needed by jre-1.6.0_03-fcs.x86_64
Comment