LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 10-16-2004, 08:03 PM   #1
lakbay_taodev
LQ Newbie
 
Registered: Oct 2004
Location: p-1, san antonio, ozamiz city, philippines
Distribution: Mandriva 2006, Ubuntu Dapper, Suse 10.1
Posts: 7

Rep: Reputation: 0
Question I need to know the command on how to install tar.bin file


i am a one month old fedora core 1 user. i been encountering problems on how to install file extension, tar.bin, tar.bz and among others. at this point, i would like to know on how to install tar.bin

best wishes,

atat


Last edited by lakbay_taodev; 10-16-2004 at 08:07 PM.
 
Old 10-16-2004, 08:10 PM   #2
Caeda
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Suse 6.0+, Mandrake 5.0-10.0, Redhat 6.0-9.0, Gentoo 1.2+, Gnoppix, Knoppix, Sabayon, Ubuntu 5.04+
Posts: 1,811

Rep: Reputation: 45
Either don't use that form of file or read the install instructions that come with the file?
 
Old 10-16-2004, 08:13 PM   #3
UsualTuxpect
Member
 
Registered: Aug 2004
Location: New York
Distribution: --------- Gentoo-2004.2 [2.6.8] Redhat-9 [2.6.6]
Posts: 545

Rep: Reputation: 31
tar.bin ???

if it ends with a .bin extension all u need to do is

1)make it executable by --->#chmod +x blah_blah.bin

2)# ./blah_blah.bin
 
Old 10-16-2004, 11:40 PM   #4
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Are you sure it isn't .bin.tar?

If that is the case it is a binary installation file that has been compressed with tar, and you just need to use tar to expand it.

To find out what a file really is use the file command.

It will tell you if it is an executable linux binary (elf), a script, or a tarred file.
 
Old 10-18-2004, 02:49 AM   #5
lakbay_taodev
LQ Newbie
 
Registered: Oct 2004
Location: p-1, san antonio, ozamiz city, philippines
Distribution: Mandriva 2006, Ubuntu Dapper, Suse 10.1
Posts: 7

Original Poster
Rep: Reputation: 0
thank u for responses, im really sorry its rpm.bin file

all of u who responded my inquiry, thank u so much. but im really very sorry for confusion i made. that moment i was confused and mixed up of all the files in here. when i reviewed the file that i was about to install it was j2re-1_4_2_05-linux-i586.rpm.bin

im really sorry. can u help me now?

tata.....
 
Old 10-18-2004, 03:37 AM   #6
Boyer
Member
 
Registered: Oct 2004
Location: Saint John, New Brunswick, Canada
Distribution: Mandrake 10.0 w/ KDE 3.3.1
Posts: 42

Rep: Reputation: 15
Yes, it's very simple.

1) cd into the dir that j2re-1_4_2_05-linux-i586.rpm.bin is in.
2) # chmod +x j2re-1_4_2_05-linux-i586.rpm.bin
3) # ./j2re-1_4_2_05-linux-i586.rpm.bin
4) # rpm (either -i for install or -u for upgrade) j2re-1_4_2_05-linux-i586.rpm

Hope that helps. Good luck!
 
Old 10-18-2004, 04:12 AM   #7
lakbay_taodev
LQ Newbie
 
Registered: Oct 2004
Location: p-1, san antonio, ozamiz city, philippines
Distribution: Mandriva 2006, Ubuntu Dapper, Suse 10.1
Posts: 7

Original Poster
Rep: Reputation: 0
need help on the installation of totem-0-99-19 on my fedora core 1

first, when i intalled the totem (media player) it did require me to install also a xine-lib-1-rc4 or newer version. after i downloaded xine and installed it, i got these message when i installed the totem again: configure: error: Library requirements (glib-2.0 >= 2.1.0 gtk+-2.0 >= 2.3.1 libgnomeui-2.0 >= 2.3.3 libglade-2.0 gnome-vfs-2.0 >= 2.1.6 gnome-vfs-module-2.0 >= 2.1.6 gnome-desktop-2.0 >= 2.1.5 libnautilus-burn >= 2.8.1 libxine >= 1.0.0 gconf-2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

in addition it says that: Perhaps you should add the directory containing `glib-2.0.pc' to the PKG_CONFIG_PATH environment variable. No package 'glib-2.0' found.

Hope someone could help me with this one.

tata

Last edited by lakbay_taodev; 10-18-2004 at 04:26 AM.
 
Old 10-18-2004, 04:37 AM   #8
lakbay_taodev
LQ Newbie
 
Registered: Oct 2004
Location: p-1, san antonio, ozamiz city, philippines
Distribution: Mandriva 2006, Ubuntu Dapper, Suse 10.1
Posts: 7

Original Poster
Rep: Reputation: 0
need help where to find the target directory of netscape nav that i installed...

i have recently installed a netscape nav. after it was installed it will open directly to its web page (video display, whatever is the name) but when i close its window, i dont know where to find the directory where it is installed. unfortunately, there is no icon for netscape on the monitor. i have only three icons displayed: user home, trash and start here. what i also need now is to place a netscape icon on my screen.

please help.

tata
 
Old 10-19-2004, 06:41 PM   #9
lakbay_taodev
LQ Newbie
 
Registered: Oct 2004
Location: p-1, san antonio, ozamiz city, philippines
Distribution: Mandriva 2006, Ubuntu Dapper, Suse 10.1
Posts: 7

Original Poster
Rep: Reputation: 0
just a querry on how to post another thread....

im just a few days old registered on this friendly site. but browsing all over the pages i just cant find how to add a new thread or i am just allowed to use only one thread.... will someone help me on this?

in addition, i just want to refer you guys on how to make a LINUX SCRIPT and what are the reference materials should i read...
 
Old 10-19-2004, 06:46 PM   #10
lakbay_taodev
LQ Newbie
 
Registered: Oct 2004
Location: p-1, san antonio, ozamiz city, philippines
Distribution: Mandriva 2006, Ubuntu Dapper, Suse 10.1
Posts: 7

Original Poster
Rep: Reputation: 0
thanks to boyer...

thank you for your suggestion. it worked.
 
  


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
chroot: cannot run command `/tools/bin/env': No such file or directory Basel Linux From Scratch 10 06-09-2018 02:15 PM
/bin/tar: cannot execute binary file dhammika Linux - General 8 11-08-2005 04:17 PM
gave wrong syntax for tar as tar -cvzf file file.tgz how to recover the file gautham Linux - General 4 04-13-2005 03:15 AM
How to install SmallBASIC-Unix-Bin-0.8.0.tar.bz2 goodlew Linux - Software 1 08-28-2004 01:21 PM
tar command will only do one file at a time Travis86 Linux - Newbie 4 03-15-2003 07:27 AM

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

All times are GMT -5. The time now is 06:41 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