bin files

hi, what shall i do with files that have a. bin extension?? how do i install it???.

Linux Software 434 This topic was started by ,


data/avatar/default/avatar26.webp

151 Posts
Location -
Joined 2003-12-23
hi,
what shall i do with files that have a .bin extension??
how do i install it???

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar04.webp

1678 Posts
Location -
Joined 2003-09-27
Those .bin files will make a newb crazy! I know, it happened to me! Pull up Nautilus or konqueror and just double click on it. If that doesn't open it, you may have to change it's permissions to 777.
 
Or, from a terminal as root, 'cd' to the directory where that .bin file is located, and do:
 
chmod 777 yadaya-whatever-it-is.bin [enter]
 
Then:
 
./yadayada-whatever-it-is.bin [enter]