Showing posts with label installing .bin files in linux. Show all posts
Showing posts with label installing .bin files in linux. 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.....