Installing .bin file on Ubuntu

  1. First you need to download the “.bin” file source.
  2. You can copy the downloaded file into the Desktop to find it more easily or you can leave it where it was downloaded.
  3. I assume the “.bin” file is on the Desktop, now open the Terminal and enter the Desktop path by running “cd Desktop” command.
  4. Run “ls” command to see the list of current files/folders on your Desktop. You can see the “.bin” file there as well.
  5. Assuming the name of the .bin file is “XYZ.bin”, you can extract it by running “sudo chmod +x XYZ.bin”. It will ask for your system password.
  6. Run “./XYZ.bin” command and follow the instruction to the end of the installation.
Advertisement
This entry was posted in Linux (Ubuntu). Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s