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.
Posted in Linux (Ubuntu) | Leave a comment

Hello world!

Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!

Posted in Uncategorized | 1 Comment