LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 07-20-2004, 09:43 AM   #16
CrazyMAzeY
LQ Newbie
 
Registered: Jun 2004
Location: UK
Posts: 16

Rep: Reputation: 0

i'm a real newbie .

what do i do with a bin ?
 
Old 07-20-2004, 09:54 AM   #17
CrazyMAzeY
LQ Newbie
 
Registered: Jun 2004
Location: UK
Posts: 16

Rep: Reputation: 0
i'm a real newbie .

what do i do with a .bin ?

http://192.18.97.50/ECom/EComTicket...ux-i586-rpm.bin

i know rpm -Uvh
but enlighten me please

to what a .bin is
 
Old 07-20-2004, 10:33 AM   #18
CrazyMAzeY
LQ Newbie
 
Registered: Jun 2004
Location: UK
Posts: 16

Rep: Reputation: 0
i try all this and keep getting permission denied

[crazymazey@localhost crazymazey]$ su
Password:
[root@localhost crazymazey]# ls
ABC-Linux-V.2.4.3 j2re-1_4_2_05-linux-i586-rpm.bin
ABC-Linux-V.2.4.3-alpha.tar.gz j2re-1_4_2-beta-linux-i586.bin
azureus jre-1.3.1-fcs.i386.rpm
Azureus_2.1.0.4_linux.Motif.tar.bz2 Raped By An Angel.torrent
Desktop
[root@localhost crazymazey]# ./j2re-1_4_2-beta-linux-i586.bin
bash: ./j2re-1_4_2-beta-linux-i586.bin: Permission denied
[root@localhost crazymazey]# mv j2re-1_4_2_05-linux-i586-rpm.bin /usr/local/ j2re-1_4_2_05-linux-i586-rpm.bin
mv: when moving multiple files, last argument must be a directory
Try `mv --help' for more information.
[root@localhost crazymazey]# mv j2re-1_4_2_05-linux-i586-rpm.bin /usr/local/j2re-1_4_2_05-linux-i586-rpm.bin
[root@localhost crazymazey]# cd /usr/local
[root@localhost local]# ls
bin games j2re-1_4_2_05-linux-i586-rpm.bin libexec sbin src
etc include lib man share
[root@localhost local]# ./j2re-1_4_2_05-linux-i586-rpm.bin
bash: ./j2re-1_4_2_05-linux-i586-rpm.bin: Permission denied
[root@localhost local]#

why is it so hard to install stuff on linux.
please let me know why this is happening to me
thanks
crazymazey
 
Old 07-20-2004, 10:33 AM   #19
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
It's binary - [like an exe] just run it with ./filename

I thought you might ask that so I posted that second link - there is detailed install info link in that section of their site. Just carefully follow any installation instructions.
the instructions are one click away from the last link I gave you - please read instructions for ANYTHING you are trying to install. Believe me - it will help!

INSTALLATION INSTRUCTIONS: http://java.sun.com/j2se/1.4.2/jre/install-linux.html
 
Old 07-20-2004, 10:41 AM   #20
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
hmm permission denied....yes you are root. all you should have to do is ./ the file. wierd.

./j2re-1_4_2_05-linux-i586-rpm.bin

should work

try an ls-la and it should tell you the permissions on it. it may be messed up.
also try loggin in to root thru "root" instead of "su"



Last edited by mossy; 07-20-2004 at 10:47 AM.
 
Old 07-20-2004, 10:47 AM   #21
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
let me know if that works or not
 
Old 07-20-2004, 10:51 AM   #22
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
ok I checked their file - you need to chmod it yourself:

chmod a+x filename

./filename

the links for RPM file installation is in that 2nd installation link I sent.

http://java.sun.com/j2se/1.4.2/jre/i...ml#install-rpm
 
Old 07-20-2004, 10:53 AM   #23
CrazyMAzeY
LQ Newbie
 
Registered: Jun 2004
Location: UK
Posts: 16

Rep: Reputation: 0
[crazymazey@localhost crazymazey]$ ls-la
bash: ls-la: command not found
[crazymazey@localhost crazymazey]$ ls
ABC-Linux-V.2.4.3 Desktop
ABC-Linux-V.2.4.3-alpha.tar.gz j2re-1_4_2-beta-linux-i586.bin
azureus jre-1.3.1-fcs.i386.rpm
Azureus_2.1.0.4_linux.Motif.tar.bz2 Raped By An Angel.torrent
[crazymazey@localhost crazymazey]$ ls-la
bash: ls-la: command not found
[crazymazey@localhost crazymazey]$


tried it with root as well
 
Old 07-20-2004, 10:57 AM   #24
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
sorry
ls -la
Oops typo!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
BiTorrent Downloads -- fails stanmc Linux - Newbie 2 09-30-2005 12:10 PM
Do you have to have suse first for bitorrent? barrythai SUSE / openSUSE 12 06-16-2005 05:04 PM
ED2K/Bitorrent for linux? Infernal211283 Linux - Software 3 02-05-2005 03:59 PM
what is Bitorrent? setlec_seta Mandriva 2 11-06-2003 02:27 PM
Mandrake 9.2 Bitorrent Howto? knot2003 Mandriva 11 11-05-2003 11:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:26 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration