INSTALLING *.bin FILE

Asked by HASHIR

PLEASE HELP ME TO INSTALL *.bin FILE, I NEED TO INSTALL PACKET TRACER. THAT IS IN THE FORM OF *.BIN "PacketTracer52_i386_installer-deb.bin". I AM USING UBUNTU 10.04

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu yelp Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

KILL THE CAPS!! It's unnecessary and harder to read.

chmod +x ./PacketTracer52_i386_installer-deb.bin; ./PacketTracer52_i386_installer-deb.bin

if the system says it needs root then use:

sudo ./PacketTracer52_i386_installer-deb.bin

Should be fine

Revision history for this message
HASHIR (h2hashir) said :
#2

its ok , now its fine

Revision history for this message
HASHIR (h2hashir) said :
#3

Thanks actionparsnip, that solved my question.