Showing posts with label .bin files in ubuntu. Show all posts
Showing posts with label .bin files in ubuntu. Show all posts

Wednesday, September 9, 2009

Installing .bin extensioned file in ubuntu

# Open the Terminal.
# Locate the folder where the application resides.
# IN terminal write :
sudo chmod a+x ApplicationName.bin
./ApplicationName.bin

Follow the onscreen instructions....
You are done.....