Linux [Ubantu] - How to open a .bin file?

I need to open a .bin file from cisco on my linux laptop to access packet tracer.

Im pretty sure .bin files are able to be opened with 7-zip

Your have to allow the .bin file to excute. To do this set via

chmod +x ./bin.bin

to it. Then running it via

./bin.bin

Edit #2: Btw It's called Ubuntu :)